native-uikit
v0.5.2
Published
test
Downloads
16
Readme
native-uikit
The lightweigh libary support ui components for react-native
Installation
npm install native-uikit
Usage
import { multiply } from 'native-uikit';
// ...
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