How to Fix Build Issues in React Native by Cleaning and Disabling New Architecture?
I encountered build issues while running my React Native project on Android. Here's what I did to resolve the problem
Disabled New Architecture
2.Edited the android/gradle.properties file and changed
newArchEnabled=true to newArchEnabled=false
3.then cd .. npm start --reset-cache npm run android