I can\'t find any instructions on how to install and run one of the other Examples provided in \'https://github.com/facebook/react-native/tree/master/Examples\' such as \'https:
On Windows 10 I had to do adb shell am start -n com.facebook.react.movies/.MoviesActivity
to get the examples running.
(make sure ANDROID_SDK\platform-tools
is in path or run command with absolute path)
So step by step I had to do:
cd react-native
./gradlew :Examples:Movies:android:app:installDebug
adb shell am start -n com.facebook.react.movies/.MoviesActivity
./packager/packager.sh
or
./gradlew :Examples:UIExplorer:android:app:installDebug
adb shell am start -n com.facebook.react.uiapp/.UIExplorerActivity
./packager/packager.sh