react-native-macos/Libraries/Image
Ramanpreet Nara bf78d7969a Migrate RCTImage NativeModules to CoreModules
Summary:
This diff moves RCTImageLoader, RCTImageEditingManager, and RCTImageStoreManager to CoreModules. This is necessary for us to convert all these NativeModules to TurboModules.

**Note:** As a part of this diff, I had to break apart `RCTImageLoader.h`. All the protocols that were in `RCTImageLoader` are now in their own headers. Furthermore, `RCTImageLoader`'s methods are defined in `RCTImageLoaderProtocol`, so that we can call them from classes like `RCTImageViewManager` in `RCTImage`.

Reviewed By: PeteTheHeat

Differential Revision: D16805827

fbshipit-source-id: 89f6728b0766c30b74e25f7af1be8e6b8a7e6397
2019-08-14 13:39:30 -07:00
..
__tests__ Explicitly separate mocked native modules from mocked JS modules (#24809) 2019-05-31 03:19:49 -07:00
AssetRegistry.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
AssetSourceResolver.js Migrate "Libraries" from Haste to standard path-based requires (sans vendor & renderers) (#24749) 2019-05-08 08:48:59 -07:00
Image.android.js Migrate "Libraries" from Haste to standard path-based requires (sans vendor & renderers) (#24749) 2019-05-08 08:48:59 -07:00
Image.ios.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
ImageBackground.js Delete ensureComponentIsNative.js 2019-08-14 11:46:58 -07:00
ImagePickerIOS.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
ImageProps.js Migrate "Libraries" from Haste to standard path-based requires (sans vendor & renderers) (#24749) 2019-05-08 08:48:59 -07:00
ImageResizeMode.js RN: Replace `ImageResizeMode` w/ Flow Type 2018-09-28 01:07:30 -07:00
ImageSource.js @allow-large-files Deploy Flow v0.99.0 to xplat/js 2019-05-29 18:11:43 -07:00
ImageViewNativeComponent.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
NativeImagePickerIOS.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
RCTAnimatedImage.h Animated image improvements (#24822) 2019-06-24 03:45:23 -07:00
RCTAnimatedImage.m CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
RCTGIFImageDecoder.h Migrate RCTImage NativeModules to CoreModules 2019-08-14 13:39:30 -07:00
RCTGIFImageDecoder.m CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
RCTImageBlurUtils.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageBlurUtils.m CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
RCTImageCache.h Migrate RCTImage NativeModules to CoreModules 2019-08-14 13:39:30 -07:00
RCTImageCache.m CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
RCTImageDataDecoder.h Migrate RCTImage NativeModules to CoreModules 2019-08-14 13:39:30 -07:00
RCTImageLoaderProtocol.h Migrate RCTImage NativeModules to CoreModules 2019-08-14 13:39:30 -07:00
RCTImageShadowView.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageShadowView.m CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
RCTImageURLLoader.h Migrate RCTImage NativeModules to CoreModules 2019-08-14 13:39:30 -07:00
RCTImageUtils.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageUtils.m CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
RCTImageView.h Add border properties to `RCTImageView` 2019-04-16 11:04:20 -07:00
RCTImageView.m Migrate RCTImage NativeModules to CoreModules 2019-08-14 13:39:30 -07:00
RCTImageViewManager.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTImageViewManager.m Migrate RCTImage NativeModules to CoreModules 2019-08-14 13:39:30 -07:00
RCTLocalAssetImageLoader.h Migrate RCTImage NativeModules to CoreModules 2019-08-14 13:39:30 -07:00
RCTLocalAssetImageLoader.m CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
RCTResizeMode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTResizeMode.m CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
RCTUIImageViewAnimated.h CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
RCTUIImageViewAnimated.m CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
React-RCTImage.podspec Remove 's.static_framework = true' requirement for podspec (#25816) 2019-07-25 11:46:43 -07:00
RelativeImageStub.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
TextInlineImageNativeComponent.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
assetPathUtils.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
nativeImageSource.js Migrate "Libraries" from Haste to standard path-based requires (sans vendor & renderers) (#24749) 2019-05-08 08:48:59 -07:00
resolveAssetSource.js Add spec for SourceCode (#24901) 2019-05-22 03:27:54 -07:00