Questions tagged [react-native-notifications]
25 questions
0
votes
1 answer
How to remove a specific notification forever using react-native-push-notification
I am currently using the react-native-push-notification library to schedule and receive notifications in my React Native app. I am able to cancel a scheduled notification using the cancelLocalNotification method, but this only cancels the…

Nouh Belahcen
- 774
- 1
- 11
- 36
0
votes
1 answer
React Native notification/alert
In react native app
I want to implement a feature in which any employee whenever completes a certain task then reporting person should get notified
eg. Site visit, the employee checked in the app, etc.
So please guide me
How to implement this…

sachin007
- 75
- 8
0
votes
0 answers
React Native app reloads clicking on push notification
I am using react-native-notifications. I am getting push notifications perfectly but the issue is when the app is in the foreground and received push notifications. I clicked on the notification, the app reloads instead of resuming and the app is in…

Khim Bahadur Gurung
- 626
- 9
- 19
0
votes
0 answers
displaying notifications when the app is killed - React Native
I have a problem with diplaying notification while running socket connection in the background service i'm using react-native-backgound-action.
Problems i have right now:
when notification is sent from the backend nothing is been shown i'm using…

Ziad JD
- 61
- 1
- 3
0
votes
1 answer
Navigate to an specific screen after tapping a notification when the app is killed
My question is simple but I'm not being able to find any documentation about this.
I have a notification that the app sends to the user periodically if the user is not loggeIn, when the user taps on the notification it opens the app and opens the…

dosorio
- 23
- 5
0
votes
0 answers
How to generate app badge with firebase cloud messaging in react native
I have an application that receives notification via service with FCM. When notification receive from the service, I want to show it as in the photo. But I couldn't find anything about it. Firebase Cloud Messaging hasn't badge count. I don't know…

ttars
- 69
- 6
0
votes
1 answer
How can I use custom sounds for react native local notifications?
guys, I am trying to build an alarm app in React-Native where I can set custom sound for my alarm each time I set, that is sound from the device. Most of the options I found out was to use react native push notifications and alarm notifications npm…

Sriharsha K
- 303
- 1
- 6
- 18
0
votes
1 answer
iOS Push Notifications stopped working (possibly due to entitlement error)
In the last couple of days we were getting some bug reports due to our Push Notification Feature not working anymore.
We use React Native with react-native-notifications (newest version). The build we have up in the app store is from the beginning…

fgreinus
- 97
- 1
- 8
0
votes
2 answers
react-native-notification foreground messages
Hi everyone
I use library wix/react-native-notifications
It looks like I do something wrong with my android (ios works fine).
For…

Owl
- 11
- 2
0
votes
2 answers
React Native Android: Detect tap on a notification
I'm trying to detect a click on a notification.
I use react-native 0.61 and : react-native-notifications 3.1.4 (but get the same results with react-native-push-notification 3.1.9).
Everything works well but one thing: if I tap a notification or if…

Simon
- 6,025
- 7
- 46
- 98