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:
Olivier Bouillet
2024-05-11 19:01:47 +02:00
committed by GitHub
parent efb338ee2a
commit 2d9484499c

View File

@@ -102,6 +102,7 @@ type BufferConfig = Readonly<{
backBufferDurationMs?: Float; // Android
minBackBufferMemoryReservePercent?: Float;
minBufferMemoryReservePercent?: Float;
cacheSizeMB?: Float;
}>;
type SubtitleStyle = Readonly<{