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
Add the --appId on run command, so the react native will know where to find the Main Activity:
--appId
react-native run-android --variant=stagingDebug --appId com.some.id.staging