Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
59 views

I'm trying to get Expo push notifications on Android working and I'm stuck with this error: InvalidCredentials: Unable to retrieve the FCM server key for the recipient's app. Make sure you have ...
Rajvir Singh's user avatar
0 votes
1 answer
52 views

I'm creating a react native app (currently only Android tested), which has a 'mindfulnessbel', but I can't get it to work the way I want it to. What I would like is: the user can set a timerange (for ...
user2133561's user avatar
0 votes
0 answers
130 views

This is the Entire code trying to use a custom sound, I'm trying to send notifications with a custom sound using Expo Notifications, but the custom sound isn't playing. I'm using a .wav sound file ...
Rex Hunter's user avatar
0 votes
1 answer
34 views

I am building an Android mobile app, simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is ...
Babonet's user avatar
0 votes
1 answer
335 views

I'm trying to get an FCM Device push token via Notifications.getDevicePushTokenAsync() when I run it I get this error [Error: Call to function 'ExpoPushTokenManager.getDevicePushTokenAsync' has been ...
Ike Anya's user avatar
  • 209
0 votes
1 answer
249 views

React Native Expo app. I want to send out a notification every day at 6 p.m., with the ability to snooze it. But instead of going daily at 6 p.m., my app sends a notification only immediately after ...
Ben's user avatar
  • 9
0 votes
1 answer
146 views

I'm looking for a way to implement push notifications in my React Native app using Expo, but I don't fully understand how the notification chain works. Can I only work with FCM for notifications, or ...
user25112351's user avatar
0 votes
0 answers
119 views

Im developing an app using React Native and Expo, the app is not bareworkflow. My App should be able to send push notifications for IOS and ANDROID, but for some reason the notications only works for ...
Leonardo Messias's user avatar
2 votes
0 answers
485 views

I'm working on an Expo React Native app and I'm having trouble getting push notifications to appear as banners on my Android emulator. The notifications are being received and show up in the ...
Nirmal Panchal's user avatar
0 votes
0 answers
113 views

I'm trying to set up recurring notifications at a set time. Daily, weekly, monthly. On iOS and Android. I'm testing on Android. Here's the code I'm using to set daily notifications: await ...
Joseph's user avatar
  • 893
2 votes
1 answer
1k views

I am working on a React Native Expo project where I need to handle incoming call notifications using expo-notifications, expo-task-manager, and react-native-callkeep. The goal is to display an ...
Pradeep Charan's user avatar
1 vote
0 answers
41 views

Minimal reproducible example https://snack.expo.dev/@sushil_qeeper/push-notifications What platform(s) does this occur on? iOS Where did you reproduce the issue? in a development build Summary ...
Jakobi's user avatar
  • 31
0 votes
1 answer
43 views

I'm building an app to help people reduce smoking/vaping. The user can set up how often they would like to smoke, for how long, during what hours and on what days of the week to enforce this schedule. ...
juju's user avatar
  • 363
1 vote
0 answers
163 views

I use native notify to get notifications and they work perfectly in the background. But when I am inside the app and send myself a notification, nothing happens. It should trigger my function ...
Amar Tahirović's user avatar
1 vote
0 answers
101 views

Hi Iam facing issue with notification click on Android, iam using expo backend server for trigger. Iam getting notifications as expected but onlick actions its getting crashed .It is working as ...
Mithun A's user avatar
3 votes
1 answer
1k views

I am building a react native Android/IOS app using Expo and I need to have a scheduled notification come in and run some code regardless of whether the app is in the foreground or background. I ...
Cameron Bix's user avatar
1 vote
0 answers
161 views

I have already specified the notification channel in my backend code, but somehow the client doesn't receive the notification in the specified channel. I also set the notification channel for the ...
bebeadonis's user avatar
1 vote
1 answer
942 views

I'm going to use expo-notifications library to show reminder notifications. I want reminders to be displayed at a specific time (for example, 8 a.m.) but only if the app has been closed for more than ...
Takodana's user avatar
1 vote
0 answers
76 views

I am using a notification to trigger a refresh of data from an API. Notifications are working but I do not want any alerts to be generated. I've set the setNotificationHandler to null, and tried all ...
user24650213's user avatar
0 votes
1 answer
293 views

I'm developing an app with Expo and facing an issue with push notifications where the custom sound only plays when the app is in the foreground. When the app is backgrounded or closed, the ...
Wael Ben Mustapha's user avatar
1 vote
2 answers
491 views

I upgraded to v1 since legacy will shut down, but during tests I realise that my icons are white square im V1 but showing correctly in legacy. I didn't find any solution on the internet, since my icon ...
Rodrigo Pissinate's user avatar
1 vote
1 answer
969 views

I followed what the documentation said. I can receive and send notifications. The problem is the notifications didn't pop up (only sound) when my app was in background or totally close. The pop up ...
bebeadonis's user avatar
2 votes
1 answer
663 views

I am using Firebase Cloud Messaging to send notifications to devices. There's no problem on Android; however, when I send a notification to an iOS device, everything but the image displays. After some ...
bikkeltio's user avatar
  • 137
0 votes
1 answer
1k views

I use expo go and expo 48 on the frontend and firebase admin sdk on the backend. using cloud functions I push notifications like When I send the body, everything works fine but when I try to send the ...
Kcyr's user avatar
  • 109
1 vote
1 answer
844 views

I have an Expo/React Native app that receives Firebase Messaging notifications. Two handlers for the Firebase messages use expo-notifications to present a local notification with data from the remote ...
Globe's user avatar
  • 345
0 votes
1 answer
239 views

i'm receiving issue while using expo go and Testfligt. My notifications are not showing on testflight devices, but when i build apk file, it works fine. I have installed everything and set up, ...
Đorđije Lazarević's user avatar
1 vote
1 answer
87 views

I have this code to schedule a notification using expo notification export async function schedulePushNotification( rotina, horas, minutos, dias ) { const notifId = await Notifications....
Guilherme Luzin's user avatar
1 vote
0 answers
255 views

I had a problem when my app was killed (closed) and I received a notification, I clicked on that and wanted to navigate to some specific screen. I am using expo sdk 49 and expo-notification. I read ...
AnhTp's user avatar
  • 11
2 votes
1 answer
688 views

I'm using Expo Managed Workflow and the 'expo-notifications' module to send push notifications to users of my app. I have created a minimal reproduction in my app, from the docs and am having issues ...
Freddie Moore's user avatar
-1 votes
1 answer
652 views

I want to create a React Native alarm application on Expo. I want the alarm to ring at the set time, whether I am in the app or not. The alarm should stop either when I press a stop button or when the ...
Beyza Odabaşı's user avatar
0 votes
0 answers
274 views

My Expo app has a timer, and I want to show in the notifications the elapsed time. How can I do this on android? I've already searched a lot and haven't find an answer on how I would update the ...
ReddyyZ's user avatar
1 vote
1 answer
631 views

I'm trying to set my notifications like this: await Notifications.scheduleNotificationAsync({ content: { title: "EnergieM - Pripomienka", body: "Spravte si novy ...
martin's user avatar
  • 37
1 vote
0 answers
185 views

I have an Expo React Native app that uses expo-notifications. One user of the app can send notifications to another user of the app, and the receiving user can respond to the notification by pressing ...
Lars Eivind's user avatar
4 votes
0 answers
367 views

I am facing this error when trying to send notifications using expo-server-sdk. Error: "ticket": { "dataId": "JapfKeSlahLmWbnYMfIl", "ticket": { ...
Bruno Pinheiro's user avatar
0 votes
1 answer
491 views

I want to implement local notification from my expo react native app. When I run schedule notification it throws _expoModulesCore.uuidv4 is not a function error. Here is my code Package.json { &...
Rabi Khan's user avatar
0 votes
1 answer
739 views

i have copied the whole code from expo's documentation. here is the code : import { useState, useEffect, useRef } from 'react'; import { Text, View, Button, Platform } from 'react-native'; import * as ...
Spargens's user avatar
1 vote
1 answer
292 views

I am currently working on a React Native Expo application, and I'm trying to use Expo Notifications. It works well on Expo Go, but after building the APK, I can't receive any notifications. Can anyone ...
Muhammed Walied's user avatar
0 votes
1 answer
291 views

I created a mock application to test out Expo Notifications and also Firebase Messagging. Did all the configuration required for the application, downloaded the file provided by firebase google-...
vcorrea's user avatar
0 votes
1 answer
3k views

I have a react native app which incorporates expo-notifications library that sends notifications to users on iOS and android devices. I am facing a big issue. I was able to configure the project on ...
Nad Ghantous's user avatar
0 votes
1 answer
931 views

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 ...
Omar's user avatar
  • 21
1 vote
0 answers
172 views

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 ...
Geeoon Chung's user avatar
0 votes
1 answer
2k views

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.&...
Aung Khant Hein's user avatar
1 vote
1 answer
372 views

Hope everyone is well. I am building a react native app using expo. So I reached the point where i need to implement push notification for my app. So i went to expo documentation on this link and i ...
f1ian's user avatar
  • 123
1 vote
0 answers
103 views

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 ...
Nouman Khan's user avatar
1 vote
0 answers
1k views

how do you actually make a user go to a particular screen when clicking on a notification in expo-router? I know it is said to be automatically handled by expo-router but I lack a piece of information ...
Felix Perroud's user avatar
0 votes
1 answer
280 views

So, I'm using expo-notifications, and I'm scheduling a daily notification using Notifications.scheduleNotificationAsync({ content: { title: "Title", ...
DanielG's user avatar
  • 41
2 votes
0 answers
440 views

Using Nokia 7.2 (Android 11) I can't make push notification to show up for my app. Preconditions: On iOS everything works (local/push notification) Android local notification works (both foreground/...
reactnative_newbie's user avatar
2 votes
1 answer
1k views

I am developing my expo app which uses expo notifications. For now, I am working on the notifications for the android version. I set up the Firebase Cloud Messaging credentials, but, when I make the ....
user avatar
1 vote
0 answers
104 views

I am currently working on a expo app where users can set notification times for varying things within the app. The notifications can vary between once a day to once a week or not at all. There can ...
Brandon Peterson's user avatar
1 vote
0 answers
138 views

Everytime I import "expo-server-sdk" into my app I get this an error "undefined Unable to resolve module ./zlib_bindings from /home/duke/Code/rete/node_modules/zlib/lib/zlib.js: None of ...
Jeoffrey Duke's user avatar