Documentation Fix for the way to run RNTester Android

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
This commit is contained in:
Ram N 2019-09-03 16:17:48 -07:00 коммит произвёл Facebook Github Bot
Родитель b070f05926
Коммит 4bda2dbbfc
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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._