Closed
Description
I saw that for the command react-native run-android
you guys are getting the package name of the application out of app/src/main/AndroidManifest.xml
. This is ok if you change the application package in the gradle file AND in the AndroidManifest.xml
.
A better way would be to look at the final generated AndroidManifest.xml
in the build directory to find the actual application id to start up the application.