re choose cover and new prompt

This commit is contained in:
2026-02-24 10:54:19 +01:00
parent e608c17775
commit b5d54226b1
8 changed files with 376 additions and 128 deletions
+11
View File
@@ -217,6 +217,17 @@ const Home = ({ navigation, route }) => {
const hasSongUrl = typeof menuProject?.songUrl === 'string' && menuProject.songUrl.length > 0
if (hasSongUrl) {
items.push({
label: 'Télécharger',
onPress: () => {
projectDropdownRef.current?.close?.()
navigate(Routes.SongDownload, {
project: menuProject,
skipAdventureGate: true,
promptPurchaseConfirm: true,
})
},
})
items.push({
label: 'Jouer la musique',
onPress: () => {