react-native-callkeep
react-native-callkeep copied to clipboard
RNCallKeep.displayIncomingCall() not working on Android
Hi,
I am testing react-native-callkeep. It works fine on iOS, but on Android nothing happens at all when I try to trigger a test incoming call (i.e. run RNCallKeep.displayIncomingCall()).
Only when I enter the React Native menu and press "reload" the phone shows the native call notification. Without a reload, the call notification never appears.
I am using Expo and running a development build on a physical device.
Did someone experience the same issue?