fix: add missing shutterColor type (#3561)
This commit is contained in:
parent
b73baad2c2
commit
ba00881ddc
@ -47,7 +47,7 @@ This page shows the list of available properties to configure player
|
||||
| [selectedAudioTrack](#selectedaudiotrack) | Android, iOS, visionOS |
|
||||
| [selectedTextTrack](#selectedtexttrack) | Android, iOS visionOS |
|
||||
| [selectedVideoTrack](#selectedvideotrack) | Android |
|
||||
| [shutterColor](#shutterColor) | Android |
|
||||
| [shutterColor](#shuttercolor) | Android |
|
||||
| [source](#source) | All |
|
||||
| [subtitleStyle](#subtitlestyle) | Android |
|
||||
| [textTracks](#texttracks) | Android, iOS, visionOS |
|
||||
|
@ -314,6 +314,7 @@ export interface VideoNativeProps extends ViewProps {
|
||||
reportBandwidth?: boolean; //Android
|
||||
selectedVideoTrack?: SelectedVideoTrack; // android
|
||||
subtitleStyle?: SubtitleStyle; // android
|
||||
shutterColor?: string; // Android
|
||||
trackId?: string; // Android
|
||||
useTextureView?: boolean; // Android
|
||||
useSecureView?: boolean; // Android
|
||||
|
@ -221,6 +221,7 @@ export interface ReactVideoProps extends ReactVideoEvents, ViewProps {
|
||||
selectedTextTrack?: SelectedTrack;
|
||||
selectedVideoTrack?: SelectedVideoTrack; // android
|
||||
subtitleStyle?: SubtitleStyle; // android
|
||||
shutterColor?: string; // Android
|
||||
textTracks?: TextTracks;
|
||||
testID?: string;
|
||||
trackId?: string; // Android
|
||||
|
Loading…
Reference in New Issue
Block a user