react-native-boom-native-script
v0.1.1
Published
A javascript library for react native
Downloads
2
Readme
react-native-boom-native-script
A javascript library for react native
Installation
npm install react-native-boom-native-script
Usage
import { multiply } from 'react-native-boom-native-script';
// ...
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