chore: update grey shade to white bc of whatever ios 17.4 did

This commit is contained in:
Adrian Castro
2024-03-06 10:10:10 +01:00
parent 701dfcaa09
commit 23397e7ecc
3 changed files with 6 additions and 6 deletions

View File

@@ -265,7 +265,7 @@ export const VideoPlayer = () => {
shouldPlay={shouldPlay}
resizeMode={resizeMode}
volume={currentVolume.value}
rate={currentSpeed.value}
rate={4}
onLoadStart={onVideoLoadStart}
onReadyForDisplay={onReadyForDisplay}
onPlaybackStatusUpdate={setStatus}