I want to use 2 productFlavors for my Android App: live and staging.
productFlavors
live
staging
In app/build.grandle I defined them like this: <
app/build.grandle
Uninstall the app from the device using:
cd android && ./gradlew uninstallAll
Then run the app again using:
react-native start react-native run-android