itsnubix/react-native-video-controls

onHideControls fired only on screen tap

martinriviere opened this issue · 3 comments

onHideControls is only called in toggleControls method, which is called when user taps on screen.
It might be interesting to also fire it in hideControls method which is called by timeout so event is fired in any case.

Thanks for your great work!

Nice idea, it will solve many problems with using your library

Fixed in #190