Skip to content

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

License

Notifications You must be signed in to change notification settings

kujangstack/uniui

Repository files navigation

@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