From 9c6f6075900f0927cf1bd1400a49243126007366 Mon Sep 17 00:00:00 2001
From: Castro Agbo <ceafive@gmail.com>
Date: Thu, 23 Jan 2025 12:54:38 +0000
Subject: [PATCH] docs(messaging): how to config iOS remote notifications in
 Expo (#8212)

---
 docs/messaging/usage/index.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/docs/messaging/usage/index.md b/docs/messaging/usage/index.md
index ebf826d087..178072a342 100644
--- a/docs/messaging/usage/index.md
+++ b/docs/messaging/usage/index.md
@@ -48,6 +48,22 @@ Since Expo SDK51, Notifications entitlement is no longer always added to iOS pro
 }
 ```
 
+## iOS - Remote notification
+
+If you require `remote notification` on Expo, you can also add this to your Expo `app.json` or `app.config.js`
+
+```json
+{
+  "expo": {
+    "ios": {
+      "infoPlist": {
+        "UIBackgroundModes": ["remote-notification"]
+      }
+    }
+  }
+}
+```
+
 # What does it do
 
 React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost