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

TextInput's props are usable now #102

Closed WrathChaos closed 5 years ago

WrathChaos commented 5 years ago

I just added the ...rest props to make TextInput's all props are usable such as "selectionColor". I hope that helps to make it more customizable.

Thank you for the library tho :)

WrathChaos commented 5 years ago

It just passes the props, I missed that :) Closed the PR