Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christoph-jerolimov/rock-native
Side project to create and publish React Native experiments.
https://github.com/christoph-jerolimov/rock-native
Last synced: about 2 months ago
JSON representation
Side project to create and publish React Native experiments.
- Host: GitHub
- URL: https://github.com/christoph-jerolimov/rock-native
- Owner: christoph-jerolimov
- License: mit
- Created: 2018-05-01T09:02:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T14:16:51.000Z (over 6 years ago)
- Last Synced: 2024-11-25T12:16:12.918Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RockNative 🤘
[![Build Status](https://travis-ci.org/rocknative/rocknative.svg?branch=master)](https://travis-ci.org/rocknative/rocknative)
## Work with the playground / examples
Each package contains multiple examples which are included in the playground app.
To open the playground app on Android:
```
cd playground
yarn install
yarn android
```To open the playground app on iOS:
```
cd playground
yarn install
yarn ios # or open ios/Playground.xcodeproj
```## License
RockNative is [MIT licensed](./LICENSE).