Justin Do

Results 5 comments of Justin Do

I am having the same issue ``` { }} /> ``` "typescript": "3.6.3" "react": "16.9.0" "react-native": "0.62.0" "react-native-collapsible": "1.5.2"

> Push notifications should be able to solve such issue. @tuannvitt do you use when push notification ?

@isnifer in the backgroundMessageHandler i setup Callkeep and display incomming call and after i call RNCallKeep.setCurrentCallActive(callUUID); i can't recive event endcall when i pressButtom endcall in screen ui can you...

@manuquentin I registered all the events, when I test your example, I still get the endcall event, but when I process the notification in the background firebase, I don't get...

@danjenkins code in file index.js: `function HeadlessCheck({ isHeadless }) { if (isHeadless) { // App has been launched in the background by iOS, ignore return null; } return ; }...