piral-native
Version:
The Piral framework for use in React Native.
24 lines (13 loc) • 1.32 kB
Markdown
[](https://piral.io)
# [Piral Native](https://piral.io) · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/piral-native) [](https://jestjs.io) [](https://gitter.im/piral-io/community)
This is the Piral framework prepared for use with React Native. Everything has to be prepared to run in a standard React Native application.
## Documentation
For details on the provided API check out the [documentation at the Piral website](https://docs.piral.io) or [on GitHub](https://github.com/smapiot/piral/tree/main/docs).
## Getting Started
Creating your own React Native app based on `piral-native` is as simple as installing `piral-native` as a dependency to your React Native app:
```sh
npm i piral-native
```
**Remark**: This package already includes TypeScript declarations. No need to install other packages.
## License
Piral is released using the MIT license. For more information see the [license file](./LICENSE).