React Native Upgrade to 0.66 - Issue with UMReactNativeAdapter - UMModuleRegistry

443 Views Asked by At

I'm trying to upgrade my React Native App from 0.63.3 to 0.66.4 following this guideline https://react-native-community.github.io/upgrade-helper/?from=0.63.3&to=0.66.4 for upgrade.

I stumble upon this issue during building process on iOS

UMReactNativeAdapter UMModuleRegistry

I believe this error might also be related to Expo as i'm in bare workflow, implementing react-native-unimodules. It seems that UMReactNativeAdapter is related to it.

"react-native-unimodules": "^0.11.0"

Seems like the version could be the problem, but we shouldn't update it manually i guess

If you have encounters this issue, or found a way to fix it, please feel free to add any suggestions.

Thanks for your time

0

There are 0 best solutions below