-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Can't use with unstable_enablePackageExports metro option (expo) #1258
Comments
Is there any update on this? I've run into the same issue |
I've also run into this when trying to use Storybook and Expo. |
I'm able to run it by manually specifying |
This solution didn't work for me I was able to fix it by patching @supabase/realtime-js to match supabase/realtime-js#426 patchfile looks like this
named I then added the following to my package.json (for pnpm)
|
Cross-posting supabase/realtime-js#415 because I'm not sure you're monitoring the issues on the other repo :)
Bug report
Describe the bug
When using
@supabase/supabase-js
in an expo react native project, if I use theunstable_enablePackageExports
with the metro bundler, bundling fails with the following error:To Reproduce
@supabase/supabase-js
as a dependency_layout.tsx
filenpx expo customize metro.config.js
config.resolver.unstable_enablePackageExports = true;
tometro.config.js
ios.bundleIdentifier
toapp.json
npx expo run:ios
Repro repo: https://github.com/aldebout/supabase-expo-exports-issue
Expected behavior
No crash
Screenshots
System information
Additional information
Opening here because the error message I got in my actual project was
The text was updated successfully, but these errors were encountered: