Skip to content

Commit 0f280a3

Browse files
authored
Merge pull request #649 from margelo/@chrispader/update-nitro-sqlite-for-16kb-memory-page-size-support
chore: Update NitroSQLite to enable 16KB memory page size support on Android
2 parents e9173c2 + 1412d6b commit 0f280a3

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

package-lock.json

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"react-dom": "18.2.0",
9090
"react-native": "0.76.3",
9191
"react-native-device-info": "^10.3.0",
92-
"react-native-nitro-modules": "^0.24.1",
93-
"react-native-nitro-sqlite": "^9.1.8",
92+
"react-native-nitro-modules": "^0.26.2",
93+
"react-native-nitro-sqlite": "^9.1.10",
9494
"react-native-performance": "^2.0.0",
9595
"react-test-renderer": "18.2.0",
9696
"reassure": "1.4.0",
@@ -104,8 +104,8 @@
104104
"react-dom": ">=18.1.0",
105105
"react-native": ">=0.75.0",
106106
"react-native-device-info": "^10.3.0",
107-
"react-native-nitro-modules": ">=0.24.1",
108-
"react-native-nitro-sqlite": "^9.1.4",
107+
"react-native-nitro-modules": ">=0.26.2",
108+
"react-native-nitro-sqlite": "^9.1.10",
109109
"react-native-performance": "^5.1.0"
110110
},
111111
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)