react-native-nav icon indicating copy to clipboard operation
react-native-nav copied to clipboard

NavTitle allowFontScaling

Open rbaezam opened this issue 6 years ago • 1 comments

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?

rbaezam avatar Feb 20 '18 23:02 rbaezam

I’m actually planing to deprecate this project and suggest everyone move to react navigation. I would suggest you do the same.

jineshshah36 avatar Feb 21 '18 14:02 jineshshah36