Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (6 loc) · 439 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 439 Bytes

React Native Playground Native Runner

Browse and test React Native apps from rnplay.org on Android or iOS devices.

Release instructions for contributors

iOS

Before release, make sure the main.jsbundle is being loaded in AppDelegate.m, and NOT the local development server.

Check the React.xcodeproj build settings, and make sure RCT_DEV, RCT_DEBUG, DEBUG and RCT_NSASSERT are set to 1 on the Release configuration.