fix: add allowsExternalPlayback missing on ReactVideoProps (#3398)

This commit is contained in:
Tarun Chauhan 2023-12-04 22:29:28 +05:30 committed by GitHub
parent 91d7135562
commit 72679a7d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,4 +221,5 @@ export interface ReactVideoProps extends ReactVideoEvents {
volume?: number;
localSourceEncryptionKeyScheme?: string;
debug?: DebugConfig;
allowsExternalPlayback?: boolean; // iOS
}