A customizable and reusable component library for React Native applications. Includes a collection of production-ready UI components to accelerate development and maintain design consistency across projects.
npm install react-native-hoo-ui-lib
import { multiply } from 'react-native-hoo-ui-lib';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library