b8ne / react-native-pusher-push-notifications

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

Allow newer versions of react native #83

Closed feardarkness closed 2 years ago

feardarkness commented 2 years ago

When I try to install react-native-pusher-push-notifications on a newer version of react-native an error is thrown because currently only 0.60 is allowed.

I've created a PR to fix this issue: https://github.com/b8ne/react-native-pusher-push-notifications/pull/82

Humni commented 2 years ago

Resolved by #82

Humni commented 2 years ago

@feardarkness thank you very much for the contribution for this! Sorry it took so long to get it merged

feardarkness commented 2 years ago

@Humni Happy to help