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

How can I change the text alignment for the Akira input? #114

Closed mynameisjasmine closed 4 years ago

mynameisjasmine commented 4 years ago

The text alignment for the input tag automatically defaults to center alignment. I would like to have the text align to the left when typing in the input. I tried to use <Akira style={{textAlign: 'left'}} /> style but it seems that is only available for tag. Is there a way I can get the text to align to the left in the input?

mynameisjasmine commented 4 years ago

nvm.. I was able to fix it using textAlign={'left'}