We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04448ef commit 0fb8b34Copy full SHA for 0fb8b34
.changeset/wise-stingrays-float.md
@@ -0,0 +1,5 @@
1
+---
2
+'@journeyapps/react-native-quick-sqlite': patch
3
4
+
5
+Use memory temp_store
android/CMakeLists.txt
@@ -12,6 +12,7 @@ include_directories(
12
13
add_definitions(
14
${SQLITE_FLAGS}
15
+ -DSQLITE_TEMP_STORE=2
16
)
17
18
add_library(
0 commit comments