Open foyarash opened 2 years ago
I also rebuilt this library by using TypeScript, fixing all the issues I could find and of course, keep improving it over time: https://github.com/LunatiqueCoder/react-native-media-console
Also added tvOS
support!
Should be easy to migrate to!
I n older React native video ,all videos within a FlatList are rendered simultaneously, which can cause performance issues. Does this library address and solve that problem?
Hello there,
It seems that this package is not being currently maintained. We just released a video controls package inspired by this one. It allows more customization of controls and is agnostic from the video library you use https://github.com/premieroctet/react-native-video-controls.
We are grateful for the work that has been done here and we gave a mention in our README 😁
We decided not to contribute here as we had very specific needs for where we had to implement custom controls.