Skip to content

Commit 88e8fa2

Browse files
committed
Cleanup.
1 parent f5b8578 commit 88e8fa2

File tree

4 files changed

+308
-1533
lines changed

4 files changed

+308
-1533
lines changed

.changeset/funny-crabs-smoke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@journeyapps/react-native-quick-sqlite": patch
3+
---
4+
5+
Added expo config plugin, that automatically applies podfile changes needed for use_frameworks.

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ It is **not** intended to be used independently, use [PowerSync React Native SDK
88

99
### For Expo
1010

11-
#### Using `use_frameworks!` on iOS? Add the Config Plugin
11+
#### iOS with `use_frameworks!`
1212

13-
If your iOS project uses `use_frameworks!`, you need to add the config plugin to your **app.json** or **app.config.js** to ensure proper setup.
14-
15-
#### Steps to Add the Plugin
16-
17-
#### **For `app.json` (Recommended for most users):**
18-
19-
Add the following snippet inside the `"expo"` section:
13+
If your iOS project uses `use_frameworks!`, add the config plugin to your **app.json** or **app.config.js**:
2014

2115
```json
2216
{
@@ -25,3 +19,5 @@ Add the following snippet inside the `"expo"` section:
2519
}
2620
}
2721
```
22+
23+
This plugin automatically configures the necessary build settings for `react-native-quick-sqlite` to work with `use_frameworks!`.

0 commit comments

Comments
 (0)