okwasniewski / react-native-bottom-tabs

Native Bottom Tabs for React Native
https://okwasniewski.github.io/react-native-bottom-tabs/
MIT License
619 stars 24 forks source link

feat: add custom fonts support #135

Closed okwasniewski closed 1 week ago

okwasniewski commented 1 week ago

This PR adds custom font support.

CleanShot 2024-11-09 at 15 15 28@2x

Solves #107

Fonts can be defined on the navigator level like so:

    <Tab.Navigator
      tabLabelStyle={{
        fontFamily: 'Avenir',
        fontSize: 15,
      }}
    >