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;
|
volume?: number;
|
||||||
localSourceEncryptionKeyScheme?: string;
|
localSourceEncryptionKeyScheme?: string;
|
||||||
debug?: DebugConfig;
|
debug?: DebugConfig;
|
||||||
|
allowsExternalPlayback?: boolean; // iOS
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user