Skip to content

A React Native framework for making cross platform applications

License

Notifications You must be signed in to change notification settings

Shihara-Dilshan/RN-UI-Toolkit

Repository files navigation

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