react-native-nav
react-native-nav copied to clipboard
NavTitle allowFontScaling
I'm using this component in a cross platform application, and I'm having the issue when the user changes the font size globally in the phone. I'm able to set the allowFontScaling={false}
to Text
components, but there's no direct way to do it for the NavTitle
component.
The only way I found is to edit the code in the file eact-native-nav/components/NavTitle.js to add the property to the Text component inside.
Is there any other recommended way?
I’m actually planing to deprecate this project and suggest everyone move to react navigation. I would suggest you do the same.