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

Unable to override border size and color in Hoshi #9

Closed zamiang closed 7 years ago

zamiang commented 8 years ago

Looks like it could be fixed by swapping the order of containerStyle and styles.container here: https://github.com/halilb/react-native-textinput-effects/blob/master/lib/Hoshi.js#L51

halilb commented 7 years ago

Thanks for reporting @zamiang!

I changed the order of styles. It's available in version 0.2.0.

Closing the issue now but feel free to re-open if it doesn't fix the problem.