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

Animation repeating when I set something in useState hook #388

Open mayran-aragao opened 2 years ago

mayran-aragao commented 2 years ago

Everytime I set some value to any hook in the screen that I have some animations, the animation repeat. there's a way to avoid this?

maazalam45 commented 2 years ago

i think you have used your hook in useEffect like useEffect(( )=>{ } ,["YOURHOOK"]) this causes Screen refresh i think