-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ViewManagerResolver returns null for RNUnity or RCTRNUnityView #142
Comments
If you are using Xcode 16, please upgrade the package version 1.0.11. Please note, we don't officially support Expo. This package does support react-native projects without Export framework . |
Sorry for the late reply. I am currently using VSCode on Windows, and I even attempted to use Expo pre-build to access the Android Gradle and followed the steps in the README file, but the same issue persists. I initially assumed that Expo was supported, as the README mentions after the third step for running on Android: "Remove This left me a bit confused, as I am using the latest React Native/Expo package. Any clarification would be appreciated. |
Hello, I am experiencing the same issue when trying to use Expo with the @azesmway/react-native-unity plugin. Specifically, I get the error: From my understanding, the documentation mentions that “if you’re using Expo, you’re done,” which implies that Expo should be supported. However, based on the clarification in this thread, Expo is not officially supported anymore. I believe it might be helpful to update the documentation to explicitly state that Expo is not currently supported, or at least remove the references suggesting compatibility with Expo. This could save developers a lot of time and effort by avoiding confusion. Thanks! |
Hello @EvvTim, Have you discovered any workarounds for this? |
You must run This worked for me. |
Hello,
I'm trying to integrate a Unity project into my Expo app using the @azesmway/react-native-unity plugin. I followed the steps in the documentation and also referred to this article.
Steps Taken:
Error:
When attempting to render UnityView, I consistently get the following error:
ViewManagerResolver returns null for either RNUnity or RCTRNUnityView
What seems the problem I checked the dependency and the library is there.
The text was updated successfully, but these errors were encountered: