To disable new arch permanently
For android
goto file
android/gradle.properties
then set the newArchEnabled
property to false
newArchEnabled=false
For IOS
goto file
ios/Podfile
and add the line
# Disable New Architecture
`ENV['RCT_NEW_ARCH_ENABLED'] = '0'