feat: setup bottom tab navigation and base screens

This commit is contained in:
imsophis
2026-05-22 19:46:23 -06:00
parent 44cfca0eeb
commit 2bb271712b
4 changed files with 70 additions and 21 deletions

View File

@@ -4,12 +4,12 @@ export default function ProfileScreen() {
return (
<View
style={{
flex: 1,
justifyContent: "center",
alignItems: "center",
}}
>
<Text>Perfil</Text>
flex: 1,
justifyContent: "center",
alignItems: "center",
}}
>
<Text>Perfil</Text>
</View>
);
}
}