This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Description
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?