react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        loading end event
Hi there
Could you please add onLoadEnd event to the library? It would be preally awesome ^_^
Dear @shadow-engie, in Android you can use onBuffering callback and get the bufferRate from the passed object:
<VLCPlayer
  onBuffering={({ bufferRate }) => { console.log(bufferRate)}}
/>
When it reaches the 100 then you can be sure it is the end of loading.
But still on iOS for onBuffering and onPlaying, it passes just a {target: number}. And I don't know why so I left an issue and wait for @razorRun answer.
Any news?!
Unfortunately, @razorRun does not attend to his contributors.
Same issue here