-
Notifications
You must be signed in to change notification settings - Fork 488
Open
Description
Bug report
-
I've checked the example to reproduce the issue.
-
Reproduced on:
-
Android
-
iOS
Description
Hi there, I'm facing the same issue as described in #107, and try to add didLoadWithEvents event right after RNCallkeep.setup(); method. But the listener is not working.
Steps to Reproduce
setUpCallKeep = () => {
RNCallKeep.setup(callKeepOptions);
RNCallKeep.setAvailable(true);
RNCallKeep.addEventListener('didLoadWithEvents', (e) => {
console.log('Navigation -> e', e);
});
};this listener is not working even if the app was opened by call keep, nor when i accept or reject the call during the JS initialization.
Versions
- Callkeep:^3.1.1
- React Native:0.63.1
- iOS:13.5
- Android: -
- Phone model: iPhone 7
Metadata
Metadata
Assignees
Labels
No labels