chore: upgrade Expo SDK 55 → 57 and React Native 0.83 → 0.86

This commit is contained in:
2026-07-12 16:55:34 -04:00
parent 553fe98013
commit 5cf0293220
57 changed files with 2111 additions and 1569 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
},
"dependencies": {
"@sofa/db": "workspace:*",
"better-sqlite3": "12.8.0",
"better-sqlite3": "12.11.1",
"drizzle-orm": "catalog:"
},
"devDependencies": {
+1 -1
View File
@@ -26,7 +26,7 @@ const {
export const testClient = new Database(":memory:");
testClient.pragma("foreign_keys = ON");
export const testDb = drizzle({ client: testClient, schema });
export const testDb = drizzle({ client: testClient });
export function applyMigrations() {
const dbPkgDir = path.resolve(