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

Android: add fullscreen button

Open ghost opened this issue 5 years ago • 4 comments

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

ghost avatar Mar 17 '19 20:03 ghost

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

<VideoPlayer
  //
  disableFullscreen = { false }
/>

hossamnasser938 avatar Sep 11 '19 08:09 hossamnasser938

Still No update for this package

ghost avatar Sep 12 '19 09:09 ghost

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

hossamnasser938 avatar Sep 12 '19 17:09 hossamnasser938

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

aschambers avatar Nov 13 '20 04:11 aschambers