react-native-voip-push-notification icon indicating copy to clipboard operation
react-native-voip-push-notification copied to clipboard

React Native VoIP Push Notification - Currently iOS only

Results 22 react-native-voip-push-notification issues
Sort by recently updated
recently updated
newest added
trafficstars

![Screenshot 2022-05-17 at 2 44 34 PM](https://user-images.githubusercontent.com/54949248/168776006-70ed60b1-6003-45ca-811b-09b88417c3e1.png)

Is anyone working on a config plugin yet to make it work with EAS? That would be fantastic!

I am trying to add this library on a project with react version 0.67+, but auto linking is not working. Importing below statement always throw error `#import "RNVoipPushNotificationManager.h"`

Thank you for the great library!! It's very handy to not implement the delegate methods and bind them with the JS side on my own. So the question is in...

When using `[RNVoipPushNotificationManager voipRegistration];` in `AppDelegate.m` the `RNVoipPushNotificationManager.m` constructor (or init function or whatever Objective-C calls this), is executed twice, once I suppose by us interacting with RNVoipPushNotificationManager prior to...

Hi, I've just received a legacy app that uses this package. And I have this error saying `TypeError: Cannot read property 'wakeupByPush' of undefined`, which appears when I'm trying to...

I'm getting this error Thread 1: "-[EXExpoAppDelegate pushRegistry:didUpdatePushCredentials:forType:]: unrecognized selector sent to instance 0x283125060" I setup the library exactly readme shows

``` [RNCallKeep reportNewIncomingCall:uuid handle:handle handleType:@"generic" hasVideo:false localizedCallerName:callerName fromPushKit: YES payload:nil]; ``` I need to get data from payload in the JS part of the app when the app is "killed"...

plz help i got this error: ![Screenshot 2022-09-06 at 11 48 26](https://user-images.githubusercontent.com/8202437/188549281-57b60e98-21d4-477a-9704-c055b196fce9.png)