react-native/Libraries/Image
Dmitriy Loktev 74f8055692 [Image] Add examples to UIExplorer, fix some bugs
Summary:
Add two simple examples.
![image](https://cloud.githubusercontent.com/assets/1004115/8674092/03052652-2a55-11e5-8531-8f01c7970af4.png)

Also:
- do not start the task at DownloadTaskWrapper (it starts from ImageDowloader if image isn't cached yet);
- fire `onLoadAbor`t event;
- send more readable `error.localizedDescription` with `onLoadError`;
- rename `onLoaded` to `onLoadEnd`
Closes https://github.com/facebook/react-native/pull/1987
Github Author: Dmitriy Loktev <unknownliveid@hotmail.com>
2015-07-14 14:33:02 -08:00
..
RCTImage.xcodeproj Merged RCTStaticImage with FB internal version 2015-07-14 04:06:18 -08:00
__tests__ [ReactNative] Copy assets to corresponding folders on Android 2015-06-01 12:21:53 -08:00
AssetRegistry.js [ReactNative] Register assets with AssetRegistry 2015-05-07 17:27:42 -08:00
Image.ios.js [Image] Add onLoadStart, onLoadProgress, onLoadError events to Image component 2015-07-10 06:34:21 -08: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] Pull transform properties out into TransformPropTypes 2015-05-06 14:24:10 -08:00
RCTCameraRollManager.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTCameraRollManager.m [React Native] Update native error callback handling 2015-07-07 08:54:05 -08:00
RCTDownloadTaskWrapper.h [React Native] Update image downloader 2015-07-10 06:34:22 -08:00
RCTDownloadTaskWrapper.m [Image] Add examples to UIExplorer, fix some bugs 2015-07-14 14:33:02 -08:00
RCTGIFImage.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTGIFImage.m [ReactNative] Fix analyze errors on oss 2015-04-24 08:28:35 -08:00
RCTImageDownloader.h [Image] Add support for tintColor to remote images 2015-07-13 10:36:32 -08:00
RCTImageDownloader.m [Image] Add examples to UIExplorer, fix some bugs 2015-07-14 14:33:02 -08:00
RCTImageLoader.h Merged RCTStaticImage with FB internal version 2015-07-14 04:06:18 -08:00
RCTImageLoader.m Merged RCTStaticImage with FB internal version 2015-07-14 04:06:18 -08:00
RCTImagePickerManager.h Add support for selecting media from library 2015-06-22 03:09:16 -08:00
RCTImagePickerManager.m Add support for selecting media from library 2015-06-22 03:09:16 -08:00
RCTImageRequestHandler.h [ReactNative] Refactor RCTDataManager to support pluggable data source modules (RCTURLRequestHandlers) 2015-06-09 12:27:06 -08:00
RCTImageRequestHandler.m [ReactNative] Refactor RCTDataManager to support pluggable data source modules (RCTURLRequestHandlers) 2015-06-09 12:27:06 -08:00
RCTImageUtils.h Merged RCTStaticImage with FB internal version 2015-07-14 04:06:18 -08:00
RCTImageUtils.m Merged RCTStaticImage with FB internal version 2015-07-14 04:06:18 -08:00
RCTNetworkImageView.h [Image] Add support for tintColor to remote images 2015-07-13 10:36:32 -08:00
RCTNetworkImageView.m [Image] Add examples to UIExplorer, fix some bugs 2015-07-14 14:33:02 -08:00
RCTNetworkImageViewManager.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTNetworkImageViewManager.m [Image] Add examples to UIExplorer, fix some bugs 2015-07-14 14:33:02 -08:00
RCTStaticImage.h Merged RCTStaticImage with FB internal version 2015-07-14 04:06:18 -08:00
RCTStaticImage.m Merged RCTStaticImage with FB internal version 2015-07-14 04:06:18 -08:00
RCTStaticImageManager.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTStaticImageManager.m Merged RCTStaticImage with FB internal version 2015-07-14 04:06:18 -08:00
resolveAssetSource.js [ReactNative] Copy assets to corresponding folders on Android 2015-06-01 12:21:53 -08:00