0.1.3 • Published 10 months ago
rn-easy v0.1.3
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