Member-only story
React-Native RequireNativeComponent: was not found in the UIManager
Aug 8, 2022
requireNativeComponent: "" was not found in the UIManager
If you have received similar error, make sure you have updated cocoapods with the following command:
cd ios && pod install
If you’re using Apple M1 Silicon:
cd ios && arch -x86_64 pod install