react-native/Libraries/Image
Rubén Norte d5e9e55fa3 Remove @providesModule from all modules
Summary:
This PR removes the need for having the `providesModule` tags in all the modules in the repository.

It configures Flow, Jest and Metro to get the module names from the filenames (`Libraries/Animated/src/nodes/AnimatedInterpolation.js` => `AnimatedInterpolation`)

* Checked the Flow configuration by running flow on the project root (no errors):

```
yarn flow
```

* Checked the Jest configuration by running the tests with a clean cache:

```
yarn jest --clearCache && yarn test
```

* Checked the Metro configuration by starting the server with a clean cache and requesting some bundles:

```
yarn run start --reset-cache
curl 'localhost:8081/IntegrationTests/AccessibilityManagerTest.bundle?platform=android'
curl 'localhost:8081/Libraries/Alert/Alert.bundle?platform=ios'
```

[INTERNAL] [FEATURE] [All] - Removed providesModule from all modules and configured tools.
Closes https://github.com/facebook/react-native/pull/18995

Reviewed By: mjesun

Differential Revision: D7729509

Pulled By: rubennorte

fbshipit-source-id: 892f760a05ce1fddb088ff0cd2e97e521fb8e825
2018-04-25 07:37:10 -07:00
..
RCTImage.xcodeproj Standardize project indentation settings on 2 spaces 2017-07-31 05:20:03 -07:00
__tests__ Update license headers for MIT license 2018-02-16 18:31:53 -08:00
AssetRegistry.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
AssetSourceResolver.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
Image.android.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
Image.ios.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
ImageBackground.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
ImageEditor.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
ImageProps.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
ImageResizeMode.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
ImageSource.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
ImageSourcePropType.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
ImageStore.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
ImageStylePropTypes.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
RCTGIFImageDecoder.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTGIFImageDecoder.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageBlurUtils.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageBlurUtils.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageCache.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageCache.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageEditingManager.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageEditingManager.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageLoader.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageLoader.m fix(RCTImageLoader): Adds `requiresMainQueueSetup` to fix v0.52 2018-04-03 16:41:43 -07:00
RCTImageShadowView.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageShadowView.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageStoreManager.h Update additional license headers 2018-03-08 12:10:14 -08:00
RCTImageStoreManager.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageUtils.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageUtils.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageView.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageView.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageViewManager.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTImageViewManager.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTLocalAssetImageLoader.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTLocalAssetImageLoader.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTResizeMode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTResizeMode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RelativeImageStub.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
nativeImageSource.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
resolveAssetSource.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00