Joshmat

Results 16 comments of Joshmat

@MartijnHols ... This was added and working fine... But after upgrading to react native version 0.66 ... It dont trigger notification on background.

@wlek777 ... i ended up using [@notifee/react-native](https://github.com/invertase/notifee) it was a better option.. So, I use it for only Local notifications... pass the Remote notification data to it. It would be...

@wlek777 ... Is it IOS or Both Android And IOS?

I used [react-native-push-notification](https://github.com/zo0r/react-native-push-notification) & [@react-native-community/push-notification-ios](https://github.com/react-native-push-notification/ios) [react-native-push-notification](https://github.com/zo0r/react-native-push-notification) , was used to configure the remote notification. like this ``` // Root component.. ie App.js import PushNotificationIOS from '@react-native-community/push-notification-ios'; import PushNotification, { Importance...

@ambessh .. Not yet bro.... Does any one know of a library that can always listen to function on Background...

@ambessh @DarshanDodal @MartijnHols @Saad-Bashar. react-native-push-notification is no longer maintained ....Please Switch to this library.... Thank me later > [react-native-notifications by wix](https://wix.github.io/react-native-notifications/docs/getting-started)

True @innonguyen . this need to be adjusted I had to install those Libary one after the other

@maherzaidoune Adding a user agent to the reques header might solve this headers: { 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36' }

Same here, why hasn't this been resolved yet ?