navigate to home instead of floàw
This commit is contained in:
@@ -206,7 +206,7 @@ const GeneratingSong = () => {
|
||||
return (
|
||||
<Page headerType="NONE" backgroundImg={background.studioBG2}>
|
||||
<MusicLandHeader
|
||||
onPressBack={() => navigate(Routes.FlowSelection)}
|
||||
onPressBack={() => navigate(Routes.Home)}
|
||||
progress={63}
|
||||
/>
|
||||
<View style={{ flex: 1, marginTop: 16 }}>
|
||||
|
||||
Reference in New Issue
Block a user