fix: add allowsExternalPlayback missing on ReactVideoProps (#3398)
This commit is contained in:
parent
91d7135562
commit
72679a7d63
@ -221,4 +221,5 @@ export interface ReactVideoProps extends ReactVideoEvents {
|
||||
volume?: number;
|
||||
localSourceEncryptionKeyScheme?: string;
|
||||
debug?: DebugConfig;
|
||||
allowsExternalPlayback?: boolean; // iOS
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user