**app is not building recently it working properly but as I add other package it stop **
Asked
Active
Viewed 20 times
0

HAM
- 11
-
Also please post your error logs in reproducible(text) format and not as images – sushrut619 Nov 09 '22 at 20:26
-
Does this answer your question? [React Native Android build failure with different errors without any changes in code for past days due to publish of React Native version 0.71.0-rc.0](https://stackoverflow.com/questions/74334162/react-native-android-build-failure-with-different-errors-without-any-changes-in) – Thanhal P A Nov 10 '22 at 07:33
1 Answers
0
https://github.com/facebook/react-native/issues/35210
I had the same issue yesterday. The issue is not related to any new library installation directly although I had the same assumption initially.
Upgrade react-native version to the relevant patch number mentioned in the Github issue which I believe in your case it would be 0.70.5

sushrut619
- 843
- 8
- 20