Hide controller
#729
-
Hello! Is there any way to hide the pause/play button? For example, it auto-hides in the beginning, but after it loops it shows it again. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
ihmpavel
Oct 7, 2022
Replies: 1 comment 1 reply
-
Maybe https://github.com/ihmpavel/expo-video-player/blob/master/example-app/App.tsx#L97-L100 should help? After the end you can hide/change the icons. Or |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rini0404
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe https://github.com/ihmpavel/expo-video-player/blob/master/example-app/App.tsx#L97-L100 should help?
After the end you can hide/change the icons.
Or
autoHidePlayer
prop.