Native app for iOS (and soon, Android), for running React Native apps from the React Native Playground. This is also the app that powers the in-browser simulators on the site.
Download the latest release from the iTunes Store.
Here are some direct links to apps that are hosted on the web and run through Appetize.io in the browser via RNPlay.
- Clone the repo.
- Run
npm installin the project directory.
- Open the
RNPlayNative.xcodeprojfile in XCode. - Set the XCode build target to a plugged-in device.
- Build the project for use on your phone.
- Follow the instructions to install the Android SDK & emulators.
- Open up your emulator/device. (
android avd) - Run
react-native run-androidin the root of the project to build the project, install on the emulator/device & start the packager. - If using a device, follows these instructions.
Just run the app and explore. To exit a running app, tap four times in the same spot.
