Skip to content

Latest commit

 

History

History
 
 

README.md

Reason RNTesterApp

The Reason RNTester showcases React Native views and modules.

Running this app

Before running the app, make sure you ran:

# in this folder
npm install
# start Bucklescript compiler in watch mode
npm run watch

Running on iOS

Mac OS and Xcode are required.

  • Open RNTester/RNTester.xcodeproj in Xcode
  • Hit the Run button

See Running on device if you want to use a physical device.

Running on Android

You'll need to have all the prerequisites (SDK, NDK) for Building React Native installed.

Start an Android emulator (Genymotion is recommended).

  • ./gradlew :RNTester:android:app:installDebug ` Note: Building for the first time can take a while.

Open the RNTester app in your emulator.

See Running on Device in case you want to use a physical device.