Ramsay Romero
Ramsay Romero
Just fixed this problem myself by setting the gestureEnabled option higher in my component tree. I had deeply nested navigation stacks and wanted a particular screen to not have gestures...
@Sang-Nguyen-Sunny I was able to get it to work by following [this example](https://stackoverflow.com/questions/60876523/how-to-lock-android-device-after-unlocking-with-setshowwhenlockedtrue) but now I have the same issue that they're asking about which is that the app will...
@wilmxre As far as the ringback sounding like in incoming call ringtone, the default ringback just uses the default system ringtone. There is no default system ringback on Android so...
It works for me in killed state. Try calling `RNCallKeep.setup` before calling `RNCallKeep.displayIncomingCall`. Also make sure you are sending a high priority FCM.
> I used native code to receive incoming call in both android and iOS. the library is callkit for iOS. That's the whole point of this library though. Callkeep uses...