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 to return my input below when i close the Keyboard? #67

Closed phantodev closed 6 years ago

phantodev commented 7 years ago

Hi folks...

When i click in my Hoshi input the object go up... perfect... but when i close the keyboard all the objects should not go back down?

Thanks

halilb commented 6 years ago

Thanks for reporting @phantoxe.

What you're describing is the nature of text inputs in this library. The animation will go back if the text input is empty. And it will preserve it's state when users enters some value.