Skip to content

*didLoadWithEvents* is not working. #311

@samad324

Description

@samad324

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions