b8ne / react-native-pusher-push-notifications

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

Now allowing any and all versions of react-native #68

Closed abury closed 2 years ago

abury commented 3 years ago

Updated peerDependencies to allow any version of react native. (Fixes #67)

I feel like limiting this potentially causes more harm than it helps, but let me know if you want me to fix it to a minimum version 👍

Humni commented 3 years ago

@abury thanks for this contribution - I think we do need a minimum version of at least 60 as it doesn't work at all on versions lower than this, but totally agree that it should be an absolute minimum of 60 and allow all higher versions.

\ >=0.60.0 should be suffice

Humni commented 3 years ago

@abury any update?

Humni commented 2 years ago

Resolved by #82