mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
chore: set this back
This commit is contained in:
@@ -265,7 +265,7 @@ export const VideoPlayer = () => {
|
|||||||
shouldPlay={shouldPlay}
|
shouldPlay={shouldPlay}
|
||||||
resizeMode={resizeMode}
|
resizeMode={resizeMode}
|
||||||
volume={currentVolume.value}
|
volume={currentVolume.value}
|
||||||
rate={4}
|
rate={currentSpeed.value}
|
||||||
onLoadStart={onVideoLoadStart}
|
onLoadStart={onVideoLoadStart}
|
||||||
onReadyForDisplay={onReadyForDisplay}
|
onReadyForDisplay={onReadyForDisplay}
|
||||||
onPlaybackStatusUpdate={setStatus}
|
onPlaybackStatusUpdate={setStatus}
|
||||||
|
Reference in New Issue
Block a user