react-native-verde
v0.12.0
Published
test
Downloads
13
Readme
react-native-verde
test
Installation
npm install react-native-verde
Usage
import { multiply } from 'react-native-verde';
// ...
const result = await multiply(3, 7); // or something else
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