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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,14 @@ The module comes with a built-in config plugin that creates a target in iOS with
62
62
2.**Assets configuration:**
63
63
Place images intended for Live Activities in the `assets/liveActivity` folder. The plugin manages these assets automatically.
64
64
65
-
Then prebuild your app with:
65
+
Then prebuild your app with:
66
66
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))
0 commit comments