https://www.reddit.com/r/reactnative/comments/ehs9op/is_it_possible_to_fire_a_callback_on_the/
Looking at the docs for LayoutAnimation at https://facebook.github.io/react-native/docs/layoutanimation#easeineaseout, LayoutAnimation.configureNext()
accepts a callback onAnimationDidEnd
. However, it seems that it's only supported on iOS and not Android. Does anyone know of a way to have a method called on the end of the animation otherwise?
submitted by /u/TheUnknownPotato
[link] [comments]