RN-UI-Toolkit is to provide an all-in-one UI kit for creating apps in react native.
npm install rn-ui-toolkit
import { multiply } from "rn-ui-toolkit";
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT