I'm using this react-native-callkeep to get call rings on iOS devices and it is working as expected. But getting one issue with its event listener RNCallKeep.addEventListener("answerCall").
This listener is getting triggered only once after the app is launched. To trigger this listener I have to re-launch the app.