oblador / react-native-animatable

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

Change the fadeIn to fadeOut once rendered #402

Open stijnvddonk opened 1 year ago

stijnvddonk commented 1 year ago

Hello,

I have a view that pops up and I want to be able to close this same view with the fadeout transition. How can I trigger or modify the View to achieve this?

Thanks!