react-native-event-broadcast
v0.2.1
Published
test
Downloads
2
Readme
react-native-event-broadcast
Simply broadcast stuff from React Native.
Installation
npm install react-native-event-broadcast
Usage
import { broadcast } from 'react-native-event-broadcast';
// ...
broadcast('my_message')
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