-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
I've just created a blank expo project and i'm getting the exact same error |
BTW, running |
seem to have the same problem here. Expo - 48.0.18 |
same here with Expo 49, RN 72.3, menu 0.8.0 |
Have you tried creating a |
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. |
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. |
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 ...
The text was updated successfully, but these errors were encountered: