update: show timer in NowPlaying stacks

This commit is contained in:
Benard Mathu
2023-08-01 01:00:16 +03:00
committed by Lei Nelissen
parent 3d481a8f18
commit 05ef196cdf
11 changed files with 114 additions and 135 deletions

View File

@@ -8,6 +8,7 @@ import { GestureHandlerRootView } from 'react-native-gesture-handler';
import StreamStatus from './components/StreamStatus';
import { Platform } from 'react-native';
import BackButton from './components/Backbutton';
import Timer from './components/Timer';
export default function Player() {
return (
@@ -20,6 +21,7 @@ export default function Player() {
<StreamStatus />
<ProgressBar />
<MediaControls />
<Timer />
</>
)} />
</GestureHandlerRootView>