chore(deps,rn) update navigation librarries to their latest versions

React Navigation v6.
This commit is contained in:
Saúl Ibarra Corretgé
2022-01-07 15:11:58 +01:00
committed by Saúl Ibarra Corretgé
parent 55e6cc027b
commit 61ae909ed5
18 changed files with 262 additions and 222 deletions

View File

@@ -164,12 +164,12 @@ export const lobbyScreenOptions = {
* Tab bar options for chat screen.
*/
export const chatTabBarOptions = {
activeTintColor: BaseTheme.palette.screen01Header,
labelStyle: {
tabBarActiveTintColor: BaseTheme.palette.screen01Header,
tabBarLabelStyle: {
fontSize: BaseTheme.typography.labelRegular.fontSize
},
inactiveTintColor: BaseTheme.palette.field02Disabled,
indicatorStyle: {
tabBarInactiveTintColor: BaseTheme.palette.field02Disabled,
tabBarIndicatorStyle: {
backgroundColor: BaseTheme.palette.screen01Header
}
};