frontend: add a title to the edit profile
Parents:
7315aa41 file(s) changed
- frontend/app/_layout.tsx +7 -0
frontend/app/_layout.tsx
@@ -26,6 +26,13 @@ }}
26 26 />
27 27
28 28 <Stack.Screen
29 + name="profile"
30 + options={{
31 + title: 'Editar perfil',
32 + }}
33 + />
34 +
35 + <Stack.Screen
29 36 name="entry/mood-components"
30 37 options={{
31 38 presentation: 'formSheet',