react-native-sixdee_test_lib
v0.1.1
Published
simple library to test library function
Downloads
2
Maintainers
Readme
react-native-sixdee_test_lib
simple library to test library function
Installation
npm install react-native-sixdee_test_lib
Usage
import { multiply } from 'react-native-sixdee_test_lib';
// ...
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