tolmekian1453
tolmekian1453
Yes, it works. Huge thanks to the dev. > This is the same experience I have VIRTUALLY EVERY SINGLE OPEN SOUCE CODE I EVER TRY TO USE You're doing something...
Yeah, a common issue with React libs. I tried copying it into my src instead of including it in my package.json, but it won't build that way cause it uses...
avencat's workaround doesn't work for me. Here are more details: - app in foreground => notification is received - app in background (aka closed but not killed) => notification not...
This fixed it for me! https://github.com/zo0r/react-native-push-notification/issues/1272 Setting the activity launch mode like that seems to have wider implications, though. Wonder how safe this is.