generate two covers

This commit is contained in:
2025-10-23 10:16:36 +02:00
parent b4375d04be
commit ebe26542fe
9 changed files with 754 additions and 436 deletions
+12 -10
View File
@@ -125,16 +125,18 @@ const Studio = () => {
navigate(Routes.SongReady);
}}
/>
<GradientButton
title="Générer une pochette"
containerStyle={{
marginTop: responsiveHeight(2),
}}
onPress={() => {
selectProject(selected.id);
navigate(Routes.PouchReady);
}}
/>
{!selected?.coverUrl && (
<GradientButton
title="Générer une pochette"
containerStyle={{
marginTop: responsiveHeight(2),
}}
onPress={() => {
selectProject(selected.id);
navigate(Routes.PouchReady);
}}
/>
)}
</>
)}
</View>