-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification listener not working with expo 52 #97
Comments
Hi @happyshittake, If your React Native Expo project makes use of
Then, modify your project's
Replace with:
This is necessary for being able to process push notifications with the app in the background/killed state using HeadlessJS. Please give it a try, and let us know if there's anything else we can help with. |
umm we don't actually use expo router, we use react navigation and we already set the main to |
Hi @happyshittake, Please ensure your project is using the latest Pushy RN JS SDK by running the following command:
|
yes i've tried updating the package aswell i confirmed it's using 1.0.41 i assume that would be the latest right? |
Hi @happyshittake, Can you please confirm whether your invocation of the |
Hi @happyshittake,
|
Hi @happyshittake, We will attempt to test using Expo 52 to see if we can reproduce and resolve the issue. This will take a few days. Thanks for your patience. |
hello, we are in the process of updating our expo based app from expo 50 to 52, we are stuck with somehow pushy notification didnt trigger the js callback, we checked in the logcat attached below the notification indeed being received by the device, tried with newArch enabled and disabled the same, and we also already tried using the latest sdk, this is our build.gradle deps
The text was updated successfully, but these errors were encountered: