oblador / react-native-animatable

Standard set of easy to use animations and declarative transitions for React Native
MIT License
9.84k stars 702 forks source link

How to use animatable with onPress? #297

Closed techrome closed 4 years ago

techrome commented 4 years ago

Sorry, I'm very new to animations. I just wanted to know how can I make some object disappear only after I clicked on it, for example? I wanted to do this with hooks and make it as simple as possible. In the official docs I didn't understand how to do it. Please help me, I will appreciate this very much! :)

techrome commented 4 years ago

Got the solution by using Animated! Thanks!