-
Notifications
You must be signed in to change notification settings - Fork 64
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
Expo 51 and Rn 74.1 fails at runtime #809
Comments
What about using v1.0.2? |
Same error here Invariant Violation: requireNativeComponent: "MenuView" was not found in the UIManager. |
Any update on this? I am on expo 51 and got the same "MenuView" was not found in the UIManager error |
Make sure you create a development build of your Expo app after installing
|
I'm on expo 51 and my build is failing because of this package. I recently just upgraded from 50 to 51. Please find the error below
|
Running ok while trying using the latest expo and latest package -
|
installed "@react-native-menu/menu": "0.9.1" worked great for months
updated expo 49 to 51
did pod install on rnmm 0.9.1
at runtime, get message Invariant Violation: requireNativeComponent: "RCTUIMenu" was not found in the UIManager.
also what was the breaking changes from 0.9.1 to 1.n.n? missing migration guide
The text was updated successfully, but these errors were encountered: