@aviinash_jha/react-native-test_multiply
v0.1.0
Published
a sample libray which takes two int and gives result
Downloads
8
Readme
react-native-test_multiply
a sample library which takes two int and gives result
Installation
npm install react-native-test_multiply
Usage
import { multiply } from 'react-native-test_multiply';
// ...
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