b8ne / react-native-pusher-push-notifications

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

Upgrade Android libraries #39

Closed emilkarl closed 4 years ago

emilkarl commented 5 years ago

Extended @mikebridge's work and using newer packages to support React Native 0.58+ and also using the latest versions of google firebase libraries and pushers android lib.

mikebridge commented 5 years ago

It was a difficult upgrade to RN 0.59 and I bumped up a lot of the versions (e.g. android 28) while flailing with compatibility issues. I'm not sure what minimum compatibility level should be for Android and RN.

emilkarl commented 5 years ago

We're using android 28 and RN 0.59 and it works very good.

stephenkiers commented 4 years ago

I have reproduced most of this in #48 Would you be willing to review it?

b8ne commented 4 years ago

Closing this as it appears all has been added in #48