Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.82 KB

File metadata and controls

39 lines (27 loc) · 1.82 KB

React Native Playground Runner

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.

Try it out live

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.

Setup

  • Clone the repo.
  • Run npm install in the project directory.

iOS

  • Open the RNPlayNative.xcodeproj file in XCode.
  • Set the XCode build target to a plugged-in device.
  • Build the project for use on your phone.

Android

  • Follow the instructions to install the Android SDK & emulators.
  • Open up your emulator/device. (android avd)
  • Run react-native run-android in the root of the project to build the project, install on the emulator/device & start the packager.
  • If using a device, follows these instructions.

Usage

Just run the app and explore. To exit a running app, tap four times in the same spot.