react-native-video-controller
a controller for react-native-video
There are two controller for the playing the video, but they are not customizable. This package tries to be as flexible as possible, and provide better controll over the video and other components beside the video.
- fullscreen mode will auto rotate the screen.( also rotation will trigger fullscreen mode).
- use custom components for play/pause/error/loading state of the player.
this library depends on:
react-native-reanimated
if using the default slider,no need if you have your own slider.react-native-gesture-handler
if using the default slider,no need if you have your own slider.react-native-orientation-locker
to handle rotations.react-native-paper
to use the Menu component, no need if you have your own menu.react-native-video
to play videos.
make sure install and link these packages.
documnetation and usage is autogenerated using react-docgen. and lives here