79798253

Date: 2025-10-23 22:19:13
Score: 1.5
Natty:
Report link

The crash happens because Drizzle has more than one migration.
Delete your drizzle folder and run:

npx drizzle-kit generate

This solved the problem for me.

Edit: I also noticed that you’re not using SQLiteProvider, which needs to be wrapped inside a <Suspense> component.

Here’s a modern implementation that might help you as well:
https://medium.com/@aksblog/how-to-integrate-drizzle-with-latest-expo-sdk-step-by-step-guide-684638276811

I’m not entirely sure why it happens, but I found a related issue here:
https://github.com/drizzle-team/drizzle-orm/issues/2384

Happy hacking! ⚡

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: pixydev