Just upgraded react native 0.75.4 to 0.78.0. Used the React Native Upgrade Helper and also followed this guide for RCTAppDependencyProvider.
When the build is run for IOS. There is an error that is thrown related to react-native-localize. This is at version 3.4.1.
I have tried different approaches to try and resolve this. These include:
Clearing all cache. Remove package-lock.json Removing node_modules Removing Podfile.lock Removing build folder Removing Pods
Then npm install followed by pod install.
But every time the error still occures:
Just upgraded react native 0.75.4 to 0.78.0. Used the React Native Upgrade Helper and also followed this guide for RCTAppDependencyProvider.
When the build is run for IOS. There is an error that is thrown related to react-native-localize. This is at version 3.4.1.
I have tried different approaches to try and resolve this. These include:
Clearing all cache. Remove package-lock.json Removing node_modules Removing Podfile.lock Removing build folder Removing Pods
Then npm install followed by pod install.
But every time the error still occures:
RCT_NEW_ARCH_ENABLED=0 bundle exec pod install