1.0.3 • Published 9 months ago

react-native-suno-sse v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

react-native-suno-sse

React native Suno sse client

Installation

npm install react-native-suno-sse

Usage

import { connect, disconnect, reconnect } from 'react-native-suno-sse';

// ...
const serverUrl = '';

connect(serverUrl);

disconnect()

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library