react-native-unity icon indicating copy to clipboard operation
react-native-unity copied to clipboard

Require native component: "React NativeUnityView" was not found in the UIManager

Open alvise90 opened this issue 2 years ago • 3 comments

alvise90 avatar Aug 03 '23 14:08 alvise90

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

jiunwu-dothouz avatar Sep 07 '23 08:09 jiunwu-dothouz

I had the same issue. Solved it by simply going to ios folder and installing the pods again:)

stachsoppo avatar Sep 29 '23 11:09 stachsoppo

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.

jiunwu-dothouz avatar Oct 04 '23 02:10 jiunwu-dothouz