Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).