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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ Notes:
64
64
|`polling`| Most apps, easiest setup, predictable behavior | No Expo push packages required | Checks periodically instead of instantly |
65
65
|`push`| Apps that need near real-time sync triggers | Expo push setup and permissions | More setup, may fall back to polling |
66
66
67
+
> **⚠️ Push Mode Status**: Push notifications are currently in WIP (work in progress) on iOS. Android support is stable. We recommend using polling mode for iOS apps.
0 commit comments