erksch / react-native-wheely

An all JavaScript wheel picker for react-native without any native code.
413 stars 59 forks source link

Font scaling #34

Closed MaxiSanchezR closed 1 year ago

MaxiSanchezR commented 2 years ago

Is there a way to disable scaling text size?

erksch commented 2 years ago

Can you elaborate on what you mean? There is no font scaling in the picker. If you mean the rotation you can disable it using rotationFunction={() => 0}

erksch commented 1 year ago

Closing this. Feel free to open a new issue.