react-native-menu/menu

Expo 51 and Rn 74.1 fails at runtime

Opened this issue · 4 comments

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

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

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 @react-native-menu/menu
If you get this error after upgrading to a later Expo SDK, you can try deleting your android and ios directories. If you add the following to your .gitignore file, then the Expo build servers will be able to generate them on the fly during the build process:

/android/
/ios/