Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nascentdigital/nascentkit-react-native
An React Native framework that simplifies the creation of beautiful apps.
https://github.com/nascentdigital/nascentkit-react-native
Last synced: about 2 months ago
JSON representation
An React Native framework that simplifies the creation of beautiful apps.
- Host: GitHub
- URL: https://github.com/nascentdigital/nascentkit-react-native
- Owner: nascentdigital
- License: mit
- Created: 2018-10-13T20:42:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T21:46:41.000Z (about 6 years ago)
- Last Synced: 2024-09-26T05:58:30.318Z (3 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NascentKit for React Native
A set of React Native components that make building cross-platform user
interfaces simple and fun.## Installation
Since the library is a JS-based solution, to install the latest version of
NascentKit you only need to run:```bash
yarn add nascentkit-react-navigation
```or
```bash
npm i -s nascentkit-react-navigation
```## Documentation
Check out the [Component Guide](https://github.com/nascentdigital/nascentkit-react-native/tree/master/doc)
to see what's available and learn how to use our components.## License
NascentKit for React Native is licensed under the [MIT License](https://github.com/nascentdigital/nascentkit-react-native/blob/master/LICENSE.md).