I have problem receiving notification when i install apk on phone, but when i test on debug it works perfectly
I've a same problem... Anybody have a solution?
What RNPN version you have ?
I use this basic config:
"react": "16.2.0",
"react-native": "0.52.2",
"react-native-push-notification": "^3.1.2"
did you find any solution
No, I'll probably shift my push to external and thus get around this problem.
+1
anyone found a solution?
Any luck with this issue?
any update on this?
any findings on this?
Ive experienced this - resolved it - and created a PR
https://github.com/zo0r/react-native-push-notification/pull/1355
@kamrulislam @bunnings-kamrul @mak12 @tlow92 @ithustle @cymonbr @uendar
Can you test the solution made by @jackw-kounta ?
Thanks!
I have tested the solution with detached expo (sdk 36) app. It does register the device but it cannot open up the notification as the react context is not present. By the way, we need to set FCM_ENABLED flag to be true for the expo detached app to get this registration work.
The PR #1355 is merged into mater, and will be released ASAP.
@Dallas62 Sorry my bad! everything is fine :)
@kievmontana I'm not sure to understand ? Did you tries the version of the library on master ?
@kievmontana Ok, i can suggest you to try the version on master:
Change the current version of react-native-push-notification:
"react-native-push-notification": "git+https://github.com/zo0r/react-native-push-notification.git"
then run:
yarn install
OR
npm install
If you have feedback on this, it would be great!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
Most helpful comment
Ive experienced this - resolved it - and created a PR
https://github.com/zo0r/react-native-push-notification/pull/1355