react-native-event-bus-born
v0.1.6
Published
event bus for native
Downloads
10
Readme
react-native-event-bus-born
event bus for native
Installation
npm install react-native-event-bus-born
Usage
import { multiply } from 'react-native-event-bus-born';
// ...
const result = await multiply(3, 7);
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