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:
Also, you can run the android version of the UIExplorer app by running the command:
./gradlew :Examples:UIExplorer:android:app:installDebug
./packager/packager.sh
or this:
./gradlew :Examples:Movies:android:app:installDebug
./packager/packager.sh
for the movies example (should be run on the react-native folder).
Also, you could run the gradle daemon to speed up the build time for Android.