diff --git a/src/components/BottomNavigation/BottomNavigationBar.tsx b/src/components/BottomNavigation/BottomNavigationBar.tsx index f25bcf0170..a6ccd94627 100644 --- a/src/components/BottomNavigation/BottomNavigationBar.tsx +++ b/src/components/BottomNavigation/BottomNavigationBar.tsx @@ -4,6 +4,7 @@ import type { ColorValue, EasingFunction, StyleProp, + TextStyle, ViewStyle, } from 'react-native'; @@ -714,6 +715,7 @@ const BottomNavigationBar = ({ { color: activeLabelColor, ...font, + fontWeight: '700' as TextStyle['fontWeight'], }, ]} >