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
npm install -D expo-sqlite-mock or bun add -D expo-sqlite-mock
Add "setupFilesAfterEnv": ["expo-sqlite-mock/src/setup.ts"] and "testTimeout": 10000 to your jest config (It's in package.json for default expo project).