@cujonics/react-native-common-kit
v0.1.28
Published
A react-native shared component library for Cujonics Company
Downloads
3
Readme
react-native-common-kit
A react-native shared component library for Cujonics Company
Installation
npm install react-native-common-kit
Usage
import { multiply } from 'react-native-common-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