-
Notifications
You must be signed in to change notification settings - Fork 287
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
getMessage() method returns undefined in the notification handler #169
Comments
cc @Naturalclar This is a bread and butter use-case for this library that is broken at the moment. Please advice. |
Merged
@varungupta85 i have fixed. you can check my pull request or https://stackoverflow.com/a/63477319/8079868 answer |
I've released version 1.4.1 with the fix. Thanks @nomi9995 ! |
@nomi9995 Great! Thanks so much! My app release was on hold due to this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Summary
getMessage()
method returnsundefined
in the notification handler in the app for both local and remote notifications.Environment info
react-native info
output:Library version: 1.4.0
Steps to reproduce
Schedule fake local notification
Describe what you expected to happen:
Test Local Notification
Reproducible sample code
Use the example project as is without any change.
The text was updated successfully, but these errors were encountered: