Skip to content
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

not working with expo #554

Open
statusunknown418 opened this issue Jul 13, 2023 · 8 comments
Open

not working with expo #554

statusunknown418 opened this issue Jul 13, 2023 · 8 comments

Comments

@statusunknown418
Copy link

statusunknown418 commented Jul 13, 2023

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 ...
Screenshot 2023-07-12 at 21 45 11

@yepes
Copy link

yepes commented Jul 14, 2023

I've just created a blank expo project and i'm getting the exact same error

@yepes
Copy link

yepes commented Jul 14, 2023

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

@eagleeyejack
Copy link

eagleeyejack commented Jul 30, 2023

seem to have the same problem here.

Expo - 48.0.18
RN - 0.71.8
menu - 0.8.0

@ozio
Copy link

ozio commented Aug 6, 2023

same here with Expo 49, RN 72.3, menu 0.8.0

@simaofreitas
Copy link

Have you tried creating a development build? My guess is this uses native platform code.

@gino
Copy link

gino commented Aug 10, 2023

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..

@jarchowk
Copy link

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.

@LukGer
Copy link

LukGer commented Jan 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants