react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

Inconsistent passes object for onPlaying

Open amerllica opened this issue 5 years ago • 3 comments

It is so weird, I put the (e) => console.log(e) function for onPlaying callback function. and I got the following objects for Android and iOS platform:

  • Android:

    {
      duration: 7195584,
      type: "Playing",
      currentTime: 93741,
      position: 0.013027602806687355,
      isPlaying: true
    }
    
  • iOS:

    {
      target: 67
    }
    

Why it is like that?

amerllica avatar Jun 14 '20 10:06 amerllica

@razorRun, Did you see this issue yet?

amerllica avatar Oct 11 '20 21:10 amerllica

same here

cyril94440 avatar Sep 02 '21 10:09 cyril94440

@cyril94440, leave this library, I created a player from scratch, you can check it on this link.

I built this library from scratch without any kind of forking, I started this library by using @react-native-community/bob.

But unfortunately, because of lack of time my friend and I just implement the iOS part.

amerllica avatar Sep 05 '21 06:09 amerllica