wix / react-native-notifications

React Native Notifications
MIT License
3.25k stars 764 forks source link

is it possible to send local notification when App is closed #1045

Open andrewroar opened 4 months ago

andrewroar commented 4 months ago

hi, I am trying to write a chat app (like a facebook messager clone) and need to send a notification when the user received new chat. Just wonder is there anyway I can allow the app to send notification when the app is closed?

Thank you