rn-easy
v0.1.3
Published
It has many components to easily use
Downloads
3
Readme
rn-easy
It has many components to easily use
Installation
npm install rn-easy
Usage
import { multiply } from 'rn-easy';
// ...
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