FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

Allow font scalling prop #113

Open xbogdan opened 7 years ago

xbogdan commented 7 years ago

On IOS the user can set the font size in the accessibility screen. This can break certain visual elements so you may want to disable the font scaling option. The default value is true. I set the defaults prop to be true so its backwards compatible.

Links: https://facebook.github.io/react-native/docs/text.html http://joshbuchea.com/react-native-text-size-font-scaling/