Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 521 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 521 Bytes

@kujang/uniui

UI Component Library for React Native. Build on top of the react-native-unistyles

Installation

npm install @kujang/uniui

Usage

import { multiply } from '@kujang/uniui';

// ...

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