Open
Description
Has anyone managed to display incoming call on recent React Native versions?
I'm on react-native 0.76.7 and added react-native-callkeep 4.3.16 just to show system incoming call screen after receiving a push message.
However the basic setup code:
RNCallKeep.setup({
ios: {
appName: 'AwesomeProject0767',
},
android: {},
})
and triggering a screen like so:
RNCallKeep.displayIncomingCall(
'b4afa7d9-5c1b-48b2-8f98-7a3cf51d00d4',
'1234',
'1234',
'number',
false,
);
gives no result. I'm testing on physical iPhone device (no SIM card installed).
The only result I see are some logs in XCode:
[RNCallKeep][reportNewIncomingCall] uuidString = b4afa7d9-5c1b-48b2-8f98-7a3cf51d00d4
[RNCallKeep][providerDidReset]
[RNCallKeep] sendEventWithNameWrapper: RNCallKeepProviderReset, hasListeners : NO
Am I missing something?
Metadata
Metadata
Assignees
Labels
No labels