mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
feat: non functional episode/season selector
This commit is contained in:
@@ -6,6 +6,7 @@ import { Text } from "../ui/Text";
|
||||
import { CaptionsSelector } from "./CaptionsSelector";
|
||||
import { Controls } from "./Controls";
|
||||
import { ProgressBar } from "./ProgressBar";
|
||||
import { SeasonEpisodeSelector } from "./SeasonEpisodeSelector";
|
||||
import { SourceSelector } from "./SourceSelector";
|
||||
import { mapMillisecondsToTime } from "./utils";
|
||||
|
||||
@@ -53,9 +54,10 @@ export const BottomControls = () => {
|
||||
<View>
|
||||
<ProgressBar />
|
||||
</View>
|
||||
<View className="flex w-full flex-row items-center justify-between">
|
||||
<SourceSelector />
|
||||
<View className="flex w-full flex-row items-center justify-start">
|
||||
<SeasonEpisodeSelector />
|
||||
<CaptionsSelector />
|
||||
<SourceSelector />
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
|
Reference in New Issue
Block a user