react-native/Libraries/Blob
Eli White eea4842972 Flow strictify possible files in RN core
Summary:
This was done by running the command on: https://our.intern.facebook.com/intern/wiki/Flow_Strict/

```
ag -L --ignore __snapshots__ 'flow strict$|noflow|generated|partially-generated' | 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 --json | jq -r '.errors[].message[0].path' | sort | uniq | xargs hg revert; done
```

Reviewed By: sahrens

Differential Revision: D8530207

fbshipit-source-id: c28c7ac5ed3e9b80f3d126d5f30463be8a8a744d
2018-06-20 00:47:21 -07:00
..
RCTBlob.xcodeproj Update Xcode projects (#19574) 2018-06-19 23:48:12 -07:00
__mocks__ Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
__tests__ Convert react-native-github/Libraries to let/const 2018-05-10 16:16:35 -07:00
Blob.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
BlobManager.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
BlobRegistry.js Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
BlobTypes.js Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
File.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
FileReader.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
RCTBlobManager.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTBlobManager.mm Fix blob response parsing for empty body on iOS 2018-03-27 11:13:34 -07:00
RCTFileReaderModule.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTFileReaderModule.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
URL.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00