react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        Inconsistent passes object for onPlaying
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?
@razorRun, Did you see this issue yet?
same here
@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.