react-native-app-dev-kit
v0.2.17
Published
Utils
Downloads
51
Maintainers
Readme
react-native-app-dev-kit
Utils
Installation
npm install react-native-app-dev-kit
Usage
import { multiply } from 'react-native-app-dev-kit';
// ...
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