diff --git a/Libraries/Image/RCTGIFImageDecoder.m b/Libraries/Image/RCTGIFImageDecoder.m index e578421a7..f32f8f876 100644 --- a/Libraries/Image/RCTGIFImageDecoder.m +++ b/Libraries/Image/RCTGIFImageDecoder.m @@ -91,6 +91,7 @@ RCT_EXPORT_MODULE() animation.keyTimes = keyTimes; animation.values = images; animation.duration = duration; + animation.removedOnCompletion = NO; image.reactKeyframeAnimation = animation; } else {