We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm
We'd like to navigate to a specific tab upon receiving a push notification. This works in iOS, but in Android nothing happens. We have started with the tab navigation template for Expo 49 and added the example code from https://docs.expo.dev/versions/latest/sdk/notifications/#handle-push-notifications-with-navigation
Oddly enough, if we change initialRouteName in unstable_settings to a bogus value, then that code DOES work but generates warnings on Android.
initialRouteName
unstable_settings
My Expo-pertise is insufficient to know if this is an issue with the example code, an issue with the tab starter template, or something else.
https://github.com/sparkertime/android_push_notifications_tabs
This repo was created by...
npx create-expo-app@latest --template tabs@49
To reproduce with that repo,
projectId
The text was updated successfully, but these errors were encountered:
I'm unable to get push notifications working on Android with expo-router.
Sorry, something went wrong.
Having the same issue. Any updates?
No branches or pull requests
Which package manager are you using? (Yarn is recommended)
npm
Summary
We'd like to navigate to a specific tab upon receiving a push notification. This works in iOS, but in Android nothing happens. We have started with the tab navigation template for Expo 49 and added the example code from https://docs.expo.dev/versions/latest/sdk/notifications/#handle-push-notifications-with-navigation
Oddly enough, if we change
initialRouteName
inunstable_settings
to a bogus value, then that code DOES work but generates warnings on Android.My Expo-pertise is insufficient to know if this is an issue with the example code, an issue with the tab starter template, or something else.
Minimal reproducible example
https://github.com/sparkertime/android_push_notifications_tabs
This repo was created by...
npx create-expo-app@latest --template tabs@49
To reproduce with that repo,
projectId
The text was updated successfully, but these errors were encountered: