Background:
I followed this guide and successfully ran it on my device, and now I am trying to run other responsive native projects present on github, but so far they have not been successful.
Formulation of the problem:
I want to run this project on my Android device.
There are clear instructions for running this on an emulator, but I cannot figure out how to run this on an Android device.
Edit:
I already followed the instructions and successfully launched the sample application. Now, to start the project in the emulator, you must perform the following steps:
. cd react-native
./gradlew :Examples:Movies:android:app:installDebug
./packager/packager.sh
Now I am looking for steps to run this example directly on the device.