TheWidlarzGroup / react-native-video-player

A video player for React Native with controls
MIT License
516 stars 317 forks source link

Android: add fullscreen button #108

Open ghost opened 5 years ago

ghost commented 5 years ago

I cant see any full screen button, next and prev button

hossamnasser938 commented 5 years ago

try to clear this prop disableFullscreen. The default value may be true:

<VideoPlayer
  //
  disableFullscreen = { false }
/>
ghost commented 5 years ago

Still No update for this package

hossamnasser938 commented 5 years ago

On IOS the full screen button exists, On Android it does not

aschambers commented 4 years ago

I have a fork of the repository to add the fullscreen button on Android. If you add the native module in Android for the video player in your app, it will show the fullscreen button and work: https://github.com/aschambers/react-native-video-player