Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 436 Bytes

rn-ui-toolkit

RN-UI-Toolkit is to provide an all-in-one UI kit for creating apps in react native.

Installation

npm install rn-ui-toolkit

Usage

import { multiply } from "rn-ui-toolkit";

// ...

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

RN-UI-Toolkit