halilb / react-native-textinput-effects

Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
MIT License
2.98k stars 291 forks source link

is it possible to change label size #69

Closed bohrend closed 6 years ago

bohrend commented 6 years ago

Not sure if its a bug, maybe just a feature request, but I have tried fontSize on labelStyle

halilb commented 6 years ago

Thanks for reporting @bohrend.

You can change fontSize for most of the inputs by setting fontSize field of labelStyle. But that might not work on some of the inputs as they are overriding fontSize for the animation. In that case, I'd advise to fork the library and modify fontSize values within the text input file you're using.

Let me know if it doesn't work out for you.