react-native-unity
react-native-unity copied to clipboard
Require native component: "React NativeUnityView" was not found in the UIManager
facing same issued today, after the importing unity iOS build to the project, followed the processes in the Xcode, build succeed in the physical phone. But when the apps show the UnityView page, this error shown up
I had the same issue. Solved it by simply going to ios folder and installing the pods again:)
For my case: I fix it by install this package again by npm. I am not sure how it happens. But I solve this issue twice with this method, of course pods will need to reinstall and update as well.