start in Fullscreen-Mode #81
Labels
enhancement
help wanted
The issue has been reviewed and is valid, and is waiting for someone to work on it.
stale
Closed due to inactivity or lack or resources
Hi,
i am not sure, if it is an issue, but i would like to start the videoplayer in Fullscreen mode without having to hit the fullscreen button.
As i was looking through the extended react-native-video module, i found a method
presentFullscreenPlayer();
Unfortunatly, this method is not available, when calling on the react-native-video-player reference
<VideoPlayer ref={r => (this.player = r)} … </VideoPlayer>
componentDidMount(){ if(this.player){ this.player.presentFullscreenPlayer(); } }
Is there any workaround to that or a specific policy i do not know?
Thanks,
Patrick
The text was updated successfully, but these errors were encountered: