Skip to content

Commit f874800

Browse files
authored
Add info about 4KB limitation in README (#84)
1 parent a70a120 commit f874800

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,14 @@ The module comes with a built-in config plugin that creates a target in iOS with
6262
2. **Assets configuration:**
6363
Place images intended for Live Activities in the `assets/liveActivity` folder. The plugin manages these assets automatically.
6464

65-
Then prebuild your app with:
65+
Then prebuild your app with:
6666

67-
```sh
68-
npx expo prebuild --clean
69-
```
67+
```sh
68+
npx expo prebuild --clean
69+
```
70+
71+
> [!NOTE]
72+
> Because of iOS limitations, the assets can't be bigger than 4KB ([native Live Activity documentation](https://developer.apple.com/documentation/activitykit/displaying-live-data-with-live-activities#Understand-constraints))
7073
7174
### Step 3: Usage in Your React Native App
7275

0 commit comments

Comments
 (0)