React-Native RequireNativeComponent: was not found in the UIManager

Ananda
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

--

--

No responses yet