Skip to content

Instantly share code, notes, and snippets.

@diegorribeiro
Created August 31, 2021 18:54
Show Gist options
  • Save diegorribeiro/2f4ddc93ed644233109a70be965e467e to your computer and use it in GitHub Desktop.
Save diegorribeiro/2f4ddc93ed644233109a70be965e467e to your computer and use it in GitHub Desktop.
Run react-native whitelabel project with appIdSuffix and open .MainActivity
## Add --appIdSuffix to fix error 3 on start activity
npx react-native run-android --variant=productionRelease --appIdSuffix "//insert id suffix here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment