Questions tagged [expo-notifications]
114 questions
1
vote
0 answers
How to navigate to a different screen using notifications in expo sdk 36
I am new to react native and this is the first time I implemented push notifications. I have my navigation defined in a separate folder where I have 3 different user roles navigation. Below is my App.js file which has the notification…

Akshay Kumar Tadapathri
- 21
- 1
- 3
0
votes
0 answers
How to hide number from Notification badge with expo for android?
Looking for suggestion how to remove number from notification counter badge
Should be look like this example
Badge should render notification count that receiving from BE and calculated as sum of personal message notification number and events…

Serg Mah
- 1
- 1
0
votes
0 answers
Expo-Notifications requestPermissionsAsync() is giving error
When i call requestPermissionsAsync i got this error:
Possible Unhandled Promise Rejection (id: 0):
Error: Encountered an exception while calling native method: Exception occurred while executing exported method requestPermissionsAsync on module…

Shahroz Atiq
- 1
- 1
0
votes
0 answers
How to send notifications to multiple devices using expo-notification?
I'm developing an application in Expo(React-native) that sends notifications to users each time there is a new article in the database. I use expo-notification for this. But after reading the documentation, I realized that the token created is…

ckm_bg
- 1
0
votes
0 answers
No Firebase App [DEFAULT] has been created call Firebase App.initializeApp() (app/no-app)
I am building React Native Expo application and i already implemented server-side FCM push notification and I am trying to generate token at application device using react native firebase and followed instucations at documentation of…

Omar
- 1
- 1
- 1
0
votes
0 answers
Importing expo-notifications throws a weird error
I am trying to set up expo-notifications on an existing react-native project that has recently been upgraded to expo 49.0.5. I have created a custom hook to handle all my notification logic.
However as soon as I run the app using the Expo Go app on…

Rockman4417
- 1
- 1
0
votes
0 answers
expo-notications: Local Notification Not Triggering BackgroundNotificationTask
I'm new to the react-native and expo, and I'm running into an issue with expo-notifications running background tasks with local notifications.
The expo-notification documentation states that the background notification event listener without user…

Geeoon Chung
- 79
- 1
- 9
0
votes
1 answer
Package "expo-notifications" does not contain a valid config plugin
Expo-notifications config plugin error in Expo project:
I'm working on an Expo project, and I encountered the error message "Package 'expo-notifications' does not contain a valid config plugin." I've checked the package installation and…

Aung Khant Hein
- 1
- 2
0
votes
0 answers
Expo Go app close when local notification pressed
I'm trying to code a function that allows the app to navigate to a specific screen when a local notification is pressed, but not even a console.log is shown in terminal. This is the code inside App.js that handles it:
useEffect(() => {
const…

rrcabrera9625
- 1
- 3
0
votes
0 answers
App crashing in Expo Go when receiving notification in foreground
SDK Version: 48
Platforms(Android/iOS/web/all): only tested in iOS
I’m receiving notifications correctly when the app is closed, but when it is in the foreground (or I click on a notification when it arrives while app is closed) the Expo Go app…

rolandist_scim
- 145
- 1
- 8
0
votes
0 answers
Is it possible to use expo pushnotification to receive notification on production app react native without having expo go installed?
Hope you all are well. Thanks for taking the time to read my question and maybe try to answer it, i really appreciate it.
My question is that I am building an app in react native which i would like to release to play store. I am trying to integrate…

f1ian
- 63
- 6
0
votes
0 answers
Play custom sound on receiving notification in react-native app on android
I need to play a custom sound ./android/app/src/main/res/raw/s4.mp3 when a notification is received to a react native application on android device from the server.
I am using following command to run my react-native application on android device,…

Sami
- 8,168
- 9
- 66
- 99
0
votes
0 answers
Expo Notification and Firebase Cloud messaging
I am trying to implement Firebase Cloud messaging using expo notification.
When I trigger a notification from Firebase Cloud Messaging Console the notification gets through but when
I try to use the expo-server-sdk-python. It throws an…

UTKARSH RANA
- 11
- 2
0
votes
0 answers
react native expo background notifications not working
So i have a react native app building with expo and i have enabled push notifications .when i click on notification i want to redirect the user to chatScreen.however, the problem is that when app is running and i receive a notification the user is…

Nouman Khan
- 55
- 7
0
votes
0 answers
Is there any way to show a notifee notification when app is in killed state
So, I am using react native with expo. And I use expo notifications to send and receive push notifications along with fcm which is handled by expo itself. Now, since the expo-notifications library doesnt allow much customizations, i want to use…

Jaif Md
- 1