react-native run-android command terminates by leaving a message in android simulator. The message is as follows:
react-native run-android
Unable to load script.Make
The error message on the emulator is kind of misleading. In my case, I used a Macbook. I needed to change the permissions on android/gradlew by running $ chmod 755 ./gradlew, and then the app could be built and deployed to the android emulator.
$ chmod 755 ./gradlew