This repository is a fork of react-native-quick-sqlite that includes custom SQLite extensions built specifically for PowerSync. It has been modified to meet the needs of PowerSync, adding features or behaviors that are different from the original repository.
It is not intended to be used independently, use PowerSync React Native SDK and install this alongside it as a peer dependency.
If your iOS project uses use_frameworks!
, add the react-native-quick-sqlite
plugin to your app.json or app.config.js and configure the staticLibrary
option:
{
"expo": {
"plugins": [
[
"@journeyapps/react-native-quick-sqlite",
{
"staticLibrary": true
}
]
]
}
}
This plugin automatically configures the necessary build settings for react-native-quick-sqlite
to work with use_frameworks!
.