b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
98 stars 86 forks source link

Support extra data for push notifications #52

Closed GabrielePrestifilippo closed 3 years ago

GabrielePrestifilippo commented 4 years ago

At the moment this library is ignoring the extra data sent with the notifications.

The doc mentions the data field, which is optional, and we've been using that to send important push-related information to users.

I opened a PR (https://github.com/b8ne/react-native-pusher-push-notifications/pull/51) to do so in Android.

Is anyone willing to test it on iOS?

Humni commented 3 years ago

@GabrielePrestifilippo LGTM - running some tests over the next week before releasing

Humni commented 3 years ago

Resolved by #55