Skip to content

Commit

Permalink
Expo 51
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed May 8, 2024
1 parent 8905031 commit 2d8f5bc
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 391 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-rats-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evolu/react-native": major
---

Expo 51
12 changes: 6 additions & 6 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"@evolu/common": "workspace:*",
"@evolu/common-react": "workspace:*",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "11.1.0",
"@react-native-community/netinfo": "11.3.1",
"babel-plugin-module-resolver": "^5.0.2",
"crypto-browserify": "^3.12.0",
"effect": "^3.1.2",
"events": "^3.3.0",
"expo": "^50.0.17",
"expo-sqlite": "~13.4.0",
"expo-status-bar": "~1.11.1",
"expo": "^51.0.0",
"expo-sqlite": "^14.0.3",
"expo-status-bar": "~1.12.1",
"fast-text-encoding": "^1.0.6",
"react": "^18.2.0",
"react-native": "0.73.6",
"react-native-get-random-values": "~1.8.0",
"react-native": "^0.74.1",
"react-native-get-random-values": "~1.11.0",
"react-native-picker-select": "^9.1.3",
"stream": "^0.0.2"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/evolu-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"@evolu/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"eslint-config-evolu": "workspace:*",
"expo": "^50.0.17",
"expo-sqlite": "~13.4.0",
"react-native": "0.73.6",
"expo": "^51.0.0",
"expo-sqlite": "^14.0.3",
"react-native": "^0.74.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@evolu/common-react": "^8.0.3",
"expo": "^50.0.14",
"expo-sqlite": "~13.4.0",
"react-native": "^0.73.6"
"expo": "^51.0.0",
"expo-sqlite": "^14.0.3",
"react-native": "^0.74.1"
},
"publishConfig": {
"access": "public"
Expand All @@ -65,4 +65,4 @@
"node": ">=18.16"
},
"sideEffects": []
}
}
2 changes: 1 addition & 1 deletion packages/evolu-react-native/src/SqliteLive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "@evolu/common";
import * as Effect from "effect/Effect";
import * as Layer from "effect/Layer";
import * as ExpoSQLite from "expo-sqlite/next";
import * as ExpoSQLite from "expo-sqlite";

export const SqliteLive = Layer.effect(
Sqlite,
Expand Down
Loading

0 comments on commit 2d8f5bc

Please sign in to comment.