react-native/Libraries/Image
Wayne Cheng 86f8e9e760 Adding flow strict to as many xplat files as possible
Summary:
ag -L --ignore __snapshots__ 'flow strict$|noflow|generated|The controller you requested could not be found.' | ag '\.js$' | xargs ag -l 'flow' | sort > ~/temp
  cat ~/temp | xargs ag -L 'flow strict' | xargs sed -i '' 's/flow$/flow strict/'
  cat ~/temp | xargs ag -L 'flow strict$' | xargs sed -i '' 's/flow strict-local$/flow strict/'
  until flow; do flow check --json | jq -r '.errors[].message[0].path' | sort | uniq | xargs hg revert; done

allow_many_files
The controller you requested could not be found.
The controller you requested could not be found.

Reviewed By: yungsters

Differential Revision: D9003523

fbshipit-source-id: d0c9fbfe3c32e65d57819fa040d06cd6ebbd59cc
2018-07-27 12:31:42 -07:00
..
RCTImage.xcodeproj Update Xcode projects (#19574) 2018-06-19 23:48:12 -07:00
__tests__ Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
AssetRegistry.js Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
AssetSourceResolver.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
Image.android.js Adding flow strict to as many xplat files as possible 2018-07-27 12:31:42 -07:00
Image.ios.js Fix broken default for Image.ios.js resizeMode back to cover 2018-06-21 12:01:29 -07:00
ImageBackground.js Unreverting Marketplace change for Inverted Color Ignorance 2018-07-10 11:17:28 -07:00
ImageEditor.js Added ImageEditor comment to clarify image access policy. 2018-07-16 13:17:16 -07:00
ImageProps.js Tightening the flow types for Image 2018-06-19 21:32:26 -07:00
ImageResizeMode.js Convert react-native-github/Libraries to let/const 2018-05-10 16:16:35 -07:00
ImageSource.js Image from createReactClass -> ES6 Class 2018-06-19 21:32:26 -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 Convert react-native-github/Libraries to let/const 2018-05-10 16:16:35 -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 Fix crash during Archiving project in IOS 2018-05-14 11:49:53 -07: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 Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
nativeImageSource.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
resolveAssetSource.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00