add flow steps

This commit is contained in:
2025-10-13 14:15:19 +02:00
parent 707c30817c
commit 63629017d7
5 changed files with 203 additions and 10 deletions
+5 -2
View File
@@ -38,7 +38,10 @@ const Goals = ({
return (
<View style={{ flex: 1, gap: 16, marginTop: 16 }}>
<View style={{ gap: 10 }}>
<CreateLyricsHeader title="Quel est ton objectif ?" />
<CreateLyricsHeader
title="Étape 2: Quel est le contexte ?"
subTitle="Besoin d'idées ? Pense à un anniversaire, une équipe de sport ou ton entreprise."
/>
<ItemContainer>
<ListSelection
options={goalsOptions}
@@ -52,7 +55,7 @@ const Goals = ({
</ItemContainer>
</View>
<CustomInput
label="Tu as un autre objectif?"
label="As-tu un autre objectif ?"
placeholder="Décrire lobjectif"
value={otherObjective}
setValue={handleOtherObjectiveChange}