mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: update grey shade to white bc of whatever ios 17.4 did
This commit is contained in:
@@ -33,8 +33,8 @@ export const DownloadItem: React.FC<DownloadItemProps> = ({
|
||||
const formattedDownloaded = formatBytes(downloaded);
|
||||
|
||||
return (
|
||||
<View className="mb-4 rounded-lg border border-gray-300 p-4">
|
||||
<Text className="mb-2 text-lg text-gray-300">{filename}</Text>
|
||||
<View className="mb-4 rounded-lg border border-white p-4">
|
||||
<Text className="mb-2 text-lg text-white">{filename}</Text>
|
||||
<ProgressBar
|
||||
progress={progress}
|
||||
width={null}
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user