diff --git a/src/components/BottomNavigation/BottomNavigationBar.tsx b/src/components/BottomNavigation/BottomNavigationBar.tsx index f25bcf0170..71d52a32f3 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'; @@ -713,6 +714,7 @@ const BottomNavigationBar = ({ styles.label, { color: activeLabelColor, + fontWeight: '700' as TextStyle['fontWeight'], ...font, }, ]}