janjao
v1.0.0
Published
A versatile UI components library for React Native, providing a set of customizable and reusable elements to streamline mobile app development.
Downloads
6
Readme
@janjao/ui
A versatile UI components library for React Native, providing a set of customizable and reusable elements to streamline mobile app development.
Installation
npm install @janjao/ui
Usage
import { Button } from '@janjao/ui';
// ...
<Button title="Click me" onPress={handlePress} />;
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