0.1.2 • Published 3 years ago

react-native-chnirt-ui v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-chnirt-ui

UI Chnirt is a React Native UI Library that allows you creating stunning multi-brand cross-platform mobile applications. The library is based on Eva Design System which brings consistency and scalability in the design and development process. It contains a set of general purpose UI components styled in a similar way. And the most awesome thing: the themes can be changed in the runtime, with no need to reload the application.

Installation

npm install react-native-chnirt-ui

Usage

import { multiply } from 'react-native-chnirt-ui';

// ...

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

See more

How to Update an npm Package (Fixing "You cannot publish over the previously published versions"): https://simplernerd.com/update-published-npm-package/