Skip to content

powersync-ja/react-native-quick-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

For Expo

iOS with use_frameworks!

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!.