ihmpavel / expo-video-player

Customizable Video Player controls for Expo
https://npm.im/expo-video-player
MIT License
201 stars 111 forks source link

Added controlsStyle props #821

Open clwy-cn opened 1 year ago

clwy-cn commented 1 year ago

Allows user to pass controlsStyle props.

When you playing in full screen, the full screen button may gets blocked on some devices . You can adjust the position of the controls with controlsStyle props.

image

For example:

<VideoPlayer
  // ... others
  controlsStyle={{
    bottom: 24,
    left: 12,
    right: 12,
  }}
/>
image
AngadSethi commented 9 months ago

Would love to see this PR get merged!

official-Hypercodez commented 1 month ago

how to hide controller