react-native-background-popup-bubble
v1.1.5
Published
test
Downloads
13
Readme
react-native-background-popup-bubble
This is native module for react-native apps
Installation
npm install react-native-background-popup-bubble
Usage
import { multiply } from 'react-native-background-popup-bubble';
// ...
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