Add deep links (android)
This commit is contained in:
parent
012af05ab8
commit
926a2d4756
4 changed files with 12 additions and 3 deletions
|
@ -51,7 +51,7 @@ const tabBarScreenOptions = ({
|
|||
headerShown: false,
|
||||
tabBarIcon: (_state: {focused: boolean; color: string; size: number}) => {
|
||||
// TODO: icons
|
||||
return <Text>{route.name.at(0)}</Text>
|
||||
return <Text>{route.name?.[0] || ''}</Text>
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue