react-native-macos/Libraries/Image
Evan Bacon 62599fa8ff Add deprecation notice to ImageStore (#23330)
Summary:
- Related: #23313
- ImageStore is **iOS only**. AFAIK there is no reason this functionality isn't available on Android.
- base64 is very inefficient with the React Native bridge
- Ideally the `FileSystem` solutions will integrate Turbo Modules to circumvent bridge issues by passing direct references to files.

* [General][added] - A deprecation notice with info about third-party solutions for getting a base64-encoded string.
* [General][fixed] - Missing warnings for unimplemented platform methods.
Pull Request resolved: https://github.com/facebook/react-native/pull/23330

Differential Revision: D14022159

Pulled By: cpojer

fbshipit-source-id: 2a026ebf47cb315e9a0cfe6e3697a1799c5cbe2c
2019-02-11 01:24:03 -08:00
..
RCTImage.xcodeproj Update Xcode projects (#19574) 2018-06-19 23:48:12 -07:00
__tests__ jest: rename tests to follow the new convention 2018-11-26 10:30:12 -08:00
AssetRegistry.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
AssetSourceResolver.js Move asset related modules into `metro-buck` 2018-12-06 20:15:46 -08:00
Image.android.js Fix for Image displayName, currently displaying as <Component> in tests (#23287) 2019-02-04 07:39:24 -08:00
Image.ios.js Fix for Image displayName, currently displaying as <Component> in tests (#23287) 2019-02-04 07:39:24 -08:00
ImageBackground.js Back out "Change ImageBackground to work with percentage image sizes" 2018-09-12 12:31:52 -07:00
ImageEditor.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
ImageProps.js RN: Export ImageLoadEvent Type 2018-10-21 00:43:53 -07:00
ImageResizeMode.js RN: Replace `ImageResizeMode` w/ Flow Type 2018-09-28 01:07:30 -07:00
ImageSource.js Move ImageSourcePropType.js, ImageStylePropTypes.js, TextPropTypes.js (#21387) 2018-09-28 23:21:38 -07:00
ImageStore.js Add deprecation notice to ImageStore (#23330) 2019-02-11 01:24:03 -08:00
ImageViewNativeComponent.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTGIFImageDecoder.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTGIFImageDecoder.m Add ImageIO related C nullable check to prevent crash (#23186) 2019-01-28 03:36:57 -08:00
RCTImageBlurUtils.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageBlurUtils.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageCache.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageCache.m Enhance image freshness check before stored into cache (#23226) 2019-02-06 02:07:17 -08:00
RCTImageEditingManager.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageEditingManager.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageLoader.h Enhance image freshness check before stored into cache (#23226) 2019-02-06 02:07:17 -08:00
RCTImageLoader.m Enhance image freshness check before stored into cache (#23226) 2019-02-06 02:07:17 -08:00
RCTImageShadowView.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageShadowView.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageStoreManager.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageStoreManager.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageUtils.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageUtils.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageView.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageView.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageViewManager.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageViewManager.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTLocalAssetImageLoader.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTLocalAssetImageLoader.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTResizeMode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTResizeMode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RelativeImageStub.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
TextInlineImageNativeComponent.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
assetPathUtils.js Added: informational error message on getting Android drawable folder… (#17751) 2019-01-28 09:10:33 -08:00
nativeImageSource.js Fix `Platform.select` related flow errors [3/N] 2018-12-05 21:48:55 -08:00
resolveAssetSource.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00