react-native-suno-sse
v1.0.3
Published
React native Suno sse client
Downloads
2
Readme
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