react-native-ui-bundle
v0.1.6
Published
A lightweight React Native library for essential UI components.
Downloads
49
Readme
react-native-ui-bundle
A lightweight React Native library for essential UI components.
Installation
npm install react-native-ui-bundle
Usage
import { multiply } from 'react-native-ui-bundle';
// ...
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