menu
menu copied to clipboard
not working with expo
I think it's a dependency linking issue, any idea how to fix it without opting out from expo managed workflow? I've already tried installing with pnpm expo install ...
I've just created a blank expo project and i'm getting the exact same error
BTW, running npx expo run:iosshould work. I don't have that error with that (i guess that creates a client instead of using the default expo go?). But, even there, the menu doesn't seem to work
seem to have the same problem here.
Expo - 48.0.18 RN - 0.71.8 menu - 0.8.0
same here with Expo 49, RN 72.3, menu 0.8.0
Have you tried creating a development build? My guess is this uses native platform code.
Having the same issue, any workarounds?
Edit: I can confirm that the error disappears when I create a development build, since this library does use native components. But unfortunately, this does not work with hot reload so this is not ideal for development..
I'm still having this issue when running in Expo Go. Any ideas on a fix? Doing a development build fixes the issue but and @gino mentioned it's not great for development.
I'm still having this issue when running in Expo Go. Any ideas on a fix? Doing a development build fixes the issue but and @gino mentioned it's not great for development.
As @simaofreitas already pointed out. This backage is using native code under the hood to display the menu and therefore does not work with expo go. You need to build the application for IOS for this to work and need to use a development build to debug it on your device.