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
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