b8ne / react-native-pusher-push-notifications

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

Deprecated Dependencie #84

Open junior-jornada opened 2 years ago

junior-jornada commented 2 years ago

I tried to install the library, but this error always happens, is it due to the deprecation of the third library?

image

image

junior-jornada commented 2 years ago

Windows 10 and OSX Big_Sur Node: v14.16.0 React Native: 0.66.2

kaiodadalt commented 2 years ago

@b8ne and @junior-jornada this problem happens to me too :/

Humni commented 2 years ago

If someone is able to open a PR for this I'll be happy to review it @b8ne @junior-jornada

junior-jornada commented 2 years ago

If someone is able to open a PR for this I'll be happy to review it @b8ne @junior-jornada

Unfortunately I don't know how to fix it, but it looks like a project dependency has been deprecated and needs to be fixed, but this is a superficial analysis, I'm trying to understand the library.

https://repo.maven.apache.org/maven2/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.pom

kaiodadalt commented 2 years ago

I found this dependency at this link: https://jcenter.bintray.com/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.pom

Can you change it's source on your project or on the lib's specs? Maybe it will work after that.

yawuar commented 2 years ago

Has anyone gotten this to work?

JorgeBdelaT commented 2 years ago

any updates??

kaiodadalt commented 2 years ago

Unfortunately not. Because of this issue, we decided to use OneSignal to deal with push notifications. And it is working well: https://documentation.onesignal.com/docs/react-native-sdk-setup

sumariana commented 2 months ago

i got the same issue, it's been 2 years and no bugfix at this point?

Humni commented 2 months ago

@sumariana this is an open-source project, you're welcome to open a PR with a fix.