react-native-callkeep: *didLoadWithEvents* is not working.
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
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 18 (2 by maintainers)
I think you are right. You should check #418 issue.