wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.04k stars 2.67k forks source link

Android support topbar title font scaling #7904

Open mika-lindell opened 3 months ago

mika-lindell commented 3 months ago
{
   topBar: {
      title: {
         text: "My title",
         fontSize: 18,
         allowFontScaling: true,
      },
   },
}
allowFontScaling=false allowFontScaling=true
Screenshot_20240813-183132 Screenshot_20240813-175043

Allowing font scaling in top bar title seems to be convention in "standard" Android apps:

Screenshot_20240812-155831 Screenshot_20240812-155816
Screenshot_20240812-155559 Screenshot_20240812-155736

Settings that can change font scaling in users' device