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! ⚡