frontend: add a title to the edit profile

Pedro Lucas Porcellis porcellis@eletrotupi.com 1 month ago af0c75d4d227ad6cbd4b3bc31f0563139397d38d
Parents: 7315aa4
1 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',