react-native/Libraries/Image
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
..
RCTImage.xcodeproj Add pluggable image processing system 2015-09-02 08:31:34 -08:00
__tests__ [ReactNative] Copy assets to corresponding folders on Android 2015-06-01 12:21:53 -08:00
AssetRegistry.js [ReactNative] Teach flow how to deal with images 2015-08-26 18:26:09 -08:00
GlobalImageStub.js [ReactNative] Teach flow how to deal with images 2015-08-26 18:26:09 -08:00
Image.ios.js [ReactNative] Remove warning for <Image source={require('./image.jpg')} /> 2015-08-19 22:53:25 -07:00
ImagePickerIOS.js Add support for selecting media from library 2015-06-22 03:09:16 -08:00
ImageResizeMode.js [react_native] JS files from D2009265: Fix resizeMode for images 2015-04-21 12:04:32 -08:00
ImageSource.js [ReactNative][MAdMan] Add type for image source, flowify AdsManagerObjectiveTypes 2015-04-06 10:32:42 -08:00
ImageStylePropTypes.js [ReactNative] Add overflow to the whitelisted Image props 2015-07-27 11:06:27 -08:00
RCTAssetBundleImageLoader.h Add pluggable image processing system 2015-09-02 08:31:34 -08:00
RCTAssetBundleImageLoader.m Add pluggable image processing system 2015-09-02 08:31:34 -08:00
RCTAssetsLibraryImageLoader.h Add pluggable image processing system 2015-09-02 08:31:34 -08:00
RCTAssetsLibraryImageLoader.m Add pluggable image processing system 2015-09-02 08:31:34 -08:00
RCTCameraRollManager.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTCameraRollManager.m Add pluggable image processing system 2015-09-02 08:31:34 -08:00
RCTGIFImageDecoder.h Add pluggable image processing system 2015-09-02 08:31:34 -08:00
RCTGIFImageDecoder.m Changed RCTImageLoader to always return a UIImage 2015-09-04 05:10:34 -08:00
RCTImageDownloader.h Add pluggable image processing system 2015-09-02 08:31:34 -08:00
RCTImageDownloader.m Changed RCTImageLoader to always return a UIImage 2015-09-04 05:10:34 -08:00
RCTImageEditingManager.h [React Native] open source ImageEditingManager native module 2015-07-29 15:57:48 -08:00
RCTImageEditingManager.m [React Native] open source ImageEditingManager native module 2015-07-29 15:57:48 -08:00
RCTImageLoader.h Changed RCTImageLoader to always return a UIImage 2015-09-04 05:10:34 -08:00
RCTImageLoader.m Changed RCTImageLoader to always return a UIImage 2015-09-04 05:10:34 -08:00
RCTImagePickerManager.h Add support for selecting media from library 2015-06-22 03:09:16 -08:00
RCTImagePickerManager.m Ran Convert > To Modern Objective C Syntax 2015-08-25 01:08:49 -08:00
RCTImageStoreManager.h Update image loader plugins 2015-09-03 06:06:19 -08:00
RCTImageStoreManager.m Update image loader plugins 2015-09-03 06:06:19 -08:00
RCTImageUtils.h Fixed image clipping / resizing logic 2015-08-13 08:13:55 -08:00
RCTImageUtils.m Fixed image clipping / resizing logic 2015-08-13 08:13:55 -08:00
RCTImageView.h Merged RCTNetworkImageView functionality into RCTStaticImage 2015-07-17 07:43:16 -08:00
RCTImageView.m Changed RCTImageLoader to always return a UIImage 2015-09-04 05:10:34 -08:00
RCTImageViewManager.h Merged RCTNetworkImageView functionality into RCTStaticImage 2015-07-17 07:43:16 -08:00
RCTImageViewManager.m Added mechanism for directly mapping JS event handlers to blocks 2015-09-02 06:11:24 -08:00
RCTPhotoLibraryImageLoader.h Add pluggable image processing system 2015-09-02 08:31:34 -08:00
RCTPhotoLibraryImageLoader.m Add pluggable image processing system 2015-09-02 08:31:34 -08:00
RelativeImageStub.js [ReactNative] Teach flow how to deal with images 2015-08-26 18:26:09 -08:00
resolveAssetSource.js [ReactNative] Copy assets to corresponding folders on Android 2015-06-01 12:21:53 -08:00