mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -96,7 +96,7 @@ const ScreenTabs = React.memo(
|
||||
)
|
||||
const tabBarOptions = useMemo(
|
||||
() => ({
|
||||
activeTintColor: theme.primary,
|
||||
activeTintColor: theme.primaryDefault,
|
||||
inactiveTintColor: theme.secondary,
|
||||
showLabel: false,
|
||||
...(Platform.OS === 'android' && { keyboardHidesTabBar: true })
|
||||
|
Reference in New Issue
Block a user