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.