Skip to content

Commit

Permalink
Documentation Fix for the way to run RNTester Android
Browse files Browse the repository at this point in the history
Summary: `installDebug` is no longer working, `installJscDebug` is the right command. ALso removed Genymotion recommendation.

Reviewed By: mdvacca

Differential Revision: D13912729

fbshipit-source-id: 1ed5eccc8460c48ee417efbd360f42783010d376
  • Loading branch information
axe-fb authored and facebook-github-bot committed Sep 3, 2019
1 parent b070f05 commit 4bda2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNTester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Both macOS and Xcode are required.

You'll need to have all the [prerequisites](https://github.com/facebook/react-native/tree/master/ReactAndroid#prerequisites) (SDK, NDK) for Building React Native installed.

Start an Android emulator ([Genymotion](https://www.genymotion.com) is recommended).
Start an Android emulator.

cd react-native
./gradlew :RNTester:android:app:installDebug
./gradlew :RNTester:android:app:installJscDebug
./scripts/packager.sh

_Note: Building for the first time can take a while._
Expand Down

0 comments on commit 4bda2db

Please sign in to comment.