What happens is that when compiling the application with react-native
, using the commands:
react-native run-android --variant=release
./gradlew assembleRelease
generating an .APK, that does not work correctly, does not detect some changes like, requests to API
, changes to Firebase
.
* In development mode if it works!.