react-native-simple-animations
react-native-simple-animations copied to clipboard
If 'animateOnUpdate' update of a property triggers animation of ALL
trafficstars
I'm having a few <SimpleAnimation> siblings, all having animateOnUpdate=true Their props do not overlap (i.e, using different ones from 'state'), however update of a prop of one of them triggers animation of all. Suggestions?
PS. Thanks for a great library! Simplifies stuff a lot!
@kivanov82 I'll take a look at this and see if I can figure out a good solution without adding too much complexity to the component props. You have a simple code sample I could use for testing?