Nick Lockwood e4110456ab Changed RCTImageLoader to always return a UIImage
Summary:
GIF images are currently loaded as a CAKeyframeAnimation, however returning this animation directly from RCTImageLoader was dangerous, as any code that expected a UIImage would crash.

This diff changes RCTGIFImageLoader to return a UIImage of the first frame, with the keyframe animation attached as an associated object. This way, code that is not expecting an animation will still work correctly.
2015-09-04 05:10:34 -08:00
..
2015-07-24 08:41:58 -08:00
2015-09-03 19:25:41 -08:00
2015-08-06 15:49:35 -08:00
2015-07-27 09:46:35 -08:00
2015-09-01 08:09:45 -08:00
2015-07-24 08:41:58 -08:00
2015-07-24 08:41:58 -08:00