react-native-af-video-player icon indicating copy to clipboard operation
react-native-af-video-player copied to clipboard

Bottom navigation bar is not hidden in the video fullscreen

Open Sride opened this issue 7 years ago • 1 comments

How to hide bottom navigation bar, is there any options to hide it, I have manually hidden other components, but bottom navigation is not hided.

screenshot_20180222-175533

Sride avatar Feb 22 '18 12:02 Sride

Looks like you need to mix this with Immersive mode. Take a look at this module:

https://github.com/mockingbot/react-native-immersive

You could can listen to the fullscreen state and turn immersive mode on/off.

I'll see if i can implement this feature in the next version once i get time, really busy atm so i can't guarantee when I'll get a chance to do this :)

abbasfreestyle avatar Feb 22 '18 23:02 abbasfreestyle