feat: refine creation and registration flows
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user