Home > Mobile >  React native or expo - do you know a way to push a notification even when the app is dead or have no
React native or expo - do you know a way to push a notification even when the app is dead or have no

Time:10-19

Is it possible to implement a push notification when the app haven't been opened, in the case of a messaging app, when the user gets a message, i want a notification to be pushed to his device

CodePudding user response:

Check out Expo's documentation of push notifications, also FCM for barebone react native applications, for that you'll need to use react-native-firebase.

  • Related