react-native-nitro-sqlite 9.1.8 → 9.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +3 -1
- package/package.json +2 -2
package/android/build.gradle
CHANGED
|
@@ -110,7 +110,8 @@ android {
|
|
|
110
110
|
arguments "-DANDROID_STL=c++_shared",
|
|
111
111
|
"-DANDROID_TOOLCHAIN=clang",
|
|
112
112
|
"-DREACT_NATIVE_MINOR_VERSION=${REACT_NATIVE_MINOR_VERSION}",
|
|
113
|
-
"-DSQLITE_FLAGS='${SQLITE_FLAGS ? SQLITE_FLAGS : ''}'"
|
|
113
|
+
"-DSQLITE_FLAGS='${SQLITE_FLAGS ? SQLITE_FLAGS : ''}'",
|
|
114
|
+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
|
|
114
115
|
abiFilters (*reactNativeArchitectures())
|
|
115
116
|
}
|
|
116
117
|
}
|
|
@@ -163,6 +164,7 @@ android {
|
|
|
163
164
|
"META-INF",
|
|
164
165
|
"META-INF/**",
|
|
165
166
|
"**/libreactnative.so",
|
|
167
|
+
"**/libreact_nativemodule_core.so",
|
|
166
168
|
"**/libc++_shared.so",
|
|
167
169
|
"**/libfbjni.so",
|
|
168
170
|
"**/libjsi.so",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-nitro-sqlite",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.10",
|
|
4
4
|
"description": "Fast SQLite library for React Native built using Nitro Modules",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./lib/commonjs/index",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"react": "19.0.0",
|
|
75
75
|
"react-native": "0.78.0",
|
|
76
76
|
"react-native-builder-bob": "^0.31.0",
|
|
77
|
-
"react-native-nitro-modules": "0.
|
|
77
|
+
"react-native-nitro-modules": "0.26.2"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"react": ">=17.0.0",
|