fix(ts): add missing type (#3757)
* perf: ensure we do not provide callback to native if no callback provided from app * chore: rework bufferConfig to make it more generic and reduce ReactExoplayerView code size * fix(js): add missing type for cacheSizeMB
This commit is contained in:
parent
efb338ee2a
commit
2d9484499c
@ -102,6 +102,7 @@ type BufferConfig = Readonly<{
|
||||
backBufferDurationMs?: Float; // Android
|
||||
minBackBufferMemoryReservePercent?: Float;
|
||||
minBufferMemoryReservePercent?: Float;
|
||||
cacheSizeMB?: Float;
|
||||
}>;
|
||||
|
||||
type SubtitleStyle = Readonly<{
|
||||
|
Loading…
Reference in New Issue
Block a user