save playback

This commit is contained in:
2025-09-02 15:08:59 +02:00
parent 6694425707
commit 8223b572b9
3 changed files with 91 additions and 28 deletions
+10 -1
View File
@@ -141,7 +141,16 @@ const RecordedPlayback = ({ route }) => {
<View
style={{ width: "80%", alignSelf: "center", marginTop: 4, gap: 12 }}
>
<GradientButton title="Je valide" />
<GradientButton
title="Je valide"
onPress={() => {
navigate(Routes.DownloadSongs, {
action: "playback",
uri: videoUri,
project,
});
}}
/>
<BorderGradientButton
title="Recommencer"
onPress={async () => {