You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Kysely in an Expo / React Native project, even without using migrations, Hermes fails to bundle because the migration provider includes a computed dynamic import. Since this code is included in the main export bundle, it’s parsed even if unused.