Patch rn-fetch-blob with CBA support (#3816)

This commit is contained in:
Elias Nahum 2020-01-16 13:31:10 -03:00 committed by Amit Uttam
parent c289c9385f
commit bae91c9945
4 changed files with 7599 additions and 5 deletions

View file

@ -266,7 +266,7 @@ PODS:
- React
- ReactNativePermissions (1.1.1):
- React
- rn-fetch-blob (0.10.6):
- rn-fetch-blob (0.12.0):
- React-Core
- RNCAsyncStorage (1.6.2):
- React
@ -532,7 +532,7 @@ SPEC CHECKSUMS:
ReactNativeExceptionHandler: 8025d98049c25f186835a3af732dd7c9974d6dce
ReactNativeNavigation: aad255980f20cc5d2001ed37972319f3789fea70
ReactNativePermissions: 2e324bb3baf12702e3ec27f76c8ae1158fa69fc6
rn-fetch-blob: 3258c6483235bb7daf16cf921306ffb18406071f
rn-fetch-blob: 17961aec08caae68bb8fc0e5b40f93b3acfa6932
RNCAsyncStorage: 5ae4d57458804e99f73d427214442a6b10a53856
RNDeviceInfo: fd8296de6fca8b743cdc499b896f48e8a9f1faf5
RNFastImage: 9b0c22643872bb7494c8d87bbbb66cc4c0d9e7a2

5
package-lock.json generated
View file

@ -10785,8 +10785,9 @@
}
},
"rn-fetch-blob": {
"version": "github:mattermost/react-native-fetch-blob#1df88c681a4f4096693adf287ea2f78b94f5eb7c",
"from": "github:mattermost/react-native-fetch-blob#1df88c681a4f4096693adf287ea2f78b94f5eb7c",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/rn-fetch-blob/-/rn-fetch-blob-0.12.0.tgz",
"integrity": "sha512-+QnR7AsJ14zqpVVUbzbtAjq0iI8c9tCg49tIoKO2ezjzRunN7YL6zFSFSWZm6d+mE/l9r+OeDM3jmb2tBb2WbA==",
"requires": {
"base-64": "0.1.0",
"glob": "7.0.6"

View file

@ -74,7 +74,7 @@
"redux-persist-transform-filter": "0.0.20",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"rn-fetch-blob": "github:mattermost/react-native-fetch-blob#1df88c681a4f4096693adf287ea2f78b94f5eb7c",
"rn-fetch-blob": "0.12.0",
"rn-placeholder": "github:mattermost/rn-placeholder#02c629c65d0123a2eee623ada0fd17186415d3c3",
"semver": "6.3.0",
"shallow-equals": "1.0.0",

File diff suppressed because it is too large Load diff