The React Native Community CLI - command line tools to help you build RN apps
MIT License
2.41k
stars
905
forks
source link
I faced this issue when i upgrade my react native version from 0.75.2 to latest 0.76.1 using react native upgrade helper. I change `newArchEnabled=true` in android/gradle.properties according to docomentation there. I think this is causing issue i changed back to `newArchEnabled=false` and my project build successfully. I don't know the reason how it resolved, is anyone knows? kindly tell us. #2552
I faced this issue when i upgrade my react native version from 0.75.2 to latest 0.76.1 using react native upgrade helper. I change `newArchEnabled=true` in android/gradle.properties according to docomentation there. I think this is causing issue i changed back to `newArchEnabled=false` and my project build successfully. I don't know the reason how it resolved, is anyone knows? kindly tell us.
Originally posted by @muhammad-kumail in https://github.com/react-native-community/cli/issues/2340#issuecomment-2466657195