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

Feature - add typescript type definitions #118

Closed dpnolte closed 4 years ago

dpnolte commented 4 years ago

This PR adds typescript type definitions as requested in #85 . I've based it mostly on the prop types.

halilb commented 4 years ago

Thanks a lot for doing this @dpnolte!