You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the setup steps for React Native CallKeep, but after running:
Reproduced on:
[ /] iOS
Callkeep: ^4.3.14
React Native: 0.75.4
iOS: 15.8.3
Phone model: iPhone 6s Plus
const id = uuid.v4();
RNCallKeep.startCall(id, 'Steve', 'Steve', 'generic', false);
there is no call details screen displayed. Instead, I only see the status bar indicating that there’s an ongoing call, but I can’t navigate to the phone screen. I’m wondering if I missed something during the setup or if I need to use any additional functions.
The text was updated successfully, but these errors were encountered:
I followed the setup steps for React Native CallKeep, but after running:
there is no call details screen displayed. Instead, I only see the status bar indicating that there’s an ongoing call, but I can’t navigate to the phone screen. I’m wondering if I missed something during the setup or if I need to use any additional functions.
The text was updated successfully, but these errors were encountered: