fix: add missing shutterColor type (#3561)

This commit is contained in:
Tarun Chauhan 2024-03-05 23:27:58 +05:30 committed by GitHub
parent b73baad2c2
commit ba00881ddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -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 |

View File

@ -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

View File

@ -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