feat: UserSettings
This commit is contained in:
parent
b5613c6e18
commit
798e54f11c
6 changed files with 206 additions and 4 deletions
|
|
@ -53,7 +53,8 @@ export default function Layout() {
|
|||
tabBarLabel: "Home",
|
||||
tabBarIcon: ({size, color}) => (
|
||||
<FontAwesome name="home" size={size} color={color}/>),
|
||||
unmountOnBlur: true
|
||||
unmountOnBlur: true,
|
||||
href: "(tabs)/home/"
|
||||
}
|
||||
}/>
|
||||
<Tabs.Screen name="stats/index" options={
|
||||
|
|
|
|||
Reference in a new issue