react-native-shimmer
react-native-shimmer copied to clipboard
Doesn't re-animate when view is re-rendered
When the parent component is re-rendered due to prop change such that we set animating
to false, then set it back to true, the Shimmer
view won't animate again. It stops the animation fine, but won't restart the animation again.
Hey @jlo1 did you find any solution for that problem? I have the same issue when the state changes and the shimmer effect is not playing again (on Android only)! Thanks
Also happens otherwise, once it's animated and you turn animation off it doesn't stop animation.