feat: refine creation and registration flows

This commit is contained in:
Sacha
2026-07-30 09:42:12 +02:00
parent 3fff09ba81
commit 761f3cc200
39 changed files with 1444 additions and 1239 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ const Lyrics = ({ navigation }) => {
return
}
const handleNavigateToStudio = () => {
const targetRoute = beatmakerStage?.route || Routes.Compose
const targetRoute = beatmakerStage?.route || Routes.ComposeSong
navigate(targetRoute, {
...(beatmakerStage?.params || {}),
fromLyrics: true,