You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,19 @@ It is **not** intended to be used independently, use [PowerSync React Native SDK
10
10
11
11
#### iOS with `use_frameworks!`
12
12
13
-
If your iOS project uses `use_frameworks!`, add the config plugin to your **app.json** or **app.config.js**:
13
+
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:
0 commit comments