react-native-menu / menu

UIMenu Component for React Native
MIT License
1.01k stars 62 forks source link

Expo 51 and Rn 74.1 fails at runtime #809

Open geetee24 opened 6 months ago

geetee24 commented 6 months ago

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

alantoa commented 6 months ago

What about using v1.0.2?

jeremiasrg commented 5 months ago

Same error here

Invariant Violation: requireNativeComponent: "MenuView" was not found in the UIManager.

raijv-p commented 5 months ago

Any update on this? I am on expo 51 and got the same "MenuView" was not found in the UIManager error

wodin commented 5 months ago

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/