expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

Add allowFontScaling config to title config #412

Closed sibelius closed 7 years ago

sibelius commented 7 years ago

I would like to disable font scaling on title screen

robbykim commented 7 years ago

+1

sibelius commented 7 years ago

u can disable allowFontScaling everywhere using this on index.ios.js

Text.defaultProps.allowFontScaling = false;