feat(android): allow to hide specific controls (#4183)
* feat(android): enable to hide specific controls * fix: ts * fix: lint * docs: update `controlsStyles` docs
This commit is contained in:
@@ -251,9 +251,16 @@ export type AudioOutput = 'speaker' | 'earpiece';
|
||||
export type ControlsStyles = {
|
||||
hideSeekBar?: boolean;
|
||||
hideDuration?: boolean;
|
||||
seekIncrementMS?: number;
|
||||
hidePosition?: boolean;
|
||||
hidePlayPause?: boolean;
|
||||
hideForward?: boolean;
|
||||
hideRewind?: boolean;
|
||||
hideNext?: boolean;
|
||||
hidePrevious?: boolean;
|
||||
hideFullscreen?: boolean;
|
||||
hideNavigationBarOnFullScreenMode?: boolean;
|
||||
hideNotificationBarOnFullScreenMode?: boolean;
|
||||
seekIncrementMS?: number;
|
||||
};
|
||||
|
||||
export interface ReactVideoRenderLoaderProps {
|
||||
|
||||
Reference in New Issue
Block a user