Push Notifications with Socket.IO in Expo, React Native Web, and Mobile

Push Notifications with Socket.IO in Expo React Native (Web and Mobile) ⚠️ Important Warning This project implements push notifications using Socket.IO and local push notifications. It is important to note: Notifications work when the app is running in the background or when the device is in sleep mode (as long as the app remains open in the background). It does not work if the app is completely closed or not running. If this limitation does not fit your needs, you may consider using Firebase Cloud Messaging (FCM) or other push notification services.

Mar 31, 2025 - 17:46
 0
Push Notifications with Socket.IO in Expo, React Native Web, and Mobile

Push Notifications with Socket.IO in Expo React Native (Web and Mobile)

⚠️ Important Warning

This project implements push notifications using Socket.IO and local push notifications. It is important to note:

  • Notifications work when the app is running in the background or when the device is in sleep mode (as long as the app remains open in the background).
  • It does not work if the app is completely closed or not running.
  • If this limitation does not fit your needs, you may consider using Firebase Cloud Messaging (FCM) or other push notification services.