Open govi757 opened 3 years ago
i am facing same issue
Yeah I was facing the same issue too. Calling RNCallKeep.setCurrentCallActive(callUUID);
after the "answerCall" event solved the issue for me.
For me RNCallKeep.addEventListener('answerCall')
never gets called
any solution now?
Same minor bug. Anyone fixed that bug?
remove this lib and use react-native-incoming-call. This lib only work for ios
Bug report
I am using react-native-callkeep for displaying incoming call ui on receiving of firebase notification. We are able to display the ui.But on pressing accept button i am unable to hide the incoming call screen on some android 11 devices.
Reproduced on:
Description
We are able to display the ui.But on pressing accept button i am unable to hide the incoming call screen on some android 11 devices.
Steps to Reproduce
`bgMessaging = async (message, ...props) => {
} return Promise.resolve(); } AppRegistry.registerHeadlessTask('RNFirebaseBackgroundMessage', () => bgMessaging);`
Versions
Logs