ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.94k stars 2.28k forks source link

allowFontScaling added DefaultTabBar and ScrollableTabBar #1072

Closed yasaricli closed 1 year ago

yasaricli commented 4 years ago

Hello;

let the user specify the font size for the text component in the tab.

Thanks


// Default allowFontScaling:true

<DefaultTabBar allowFontScaling={false} />
<ScrollableTabBar allowFontScaling={false} />