Created
August 31, 2021 18:54
-
-
Save diegorribeiro/2f4ddc93ed644233109a70be965e467e to your computer and use it in GitHub Desktop.
Run react-native whitelabel project with appIdSuffix and open .MainActivity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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