Files
react-native/Examples/UIExplorer
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-09-03 12:52:56 -08:00
2015-08-25 05:26:14 -08:00
2015-09-03 12:52:56 -08:00
2015-05-28 09:31:57 -08:00
2015-09-03 12:52:56 -08:00
2015-08-27 14:08:17 -08:00