Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@journeyapps/react-native-quick-sqlite

powersync-ja7kMIT2.4.9TypeScript support: included

Fast SQLite for react-native

react-native, ios, android

readme

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