Browse Source

[RN] Update react-native-fetch-blob dependency

Maintainership changed, and in addition, they fixed the issue / warning about
non-UI thread initialization.
master
Saúl Ibarra Corretgé 7 years ago
parent
commit
d35a1d60a0
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      package-lock.json
  2. 1
    1
      package.json

+ 1
- 1
package-lock.json View File

12620
       }
12620
       }
12621
     },
12621
     },
12622
     "react-native-fetch-blob": {
12622
     "react-native-fetch-blob": {
12623
-      "version": "github:flatfox-ag/react-native-fetch-blob#01f38a4537baecd3ea0cb93c27e84553f3fc5231",
12623
+      "version": "github:joltup/react-native-fetch-blob#1f9a1761aea4e37bd672bd0d233f3adf0e113a11",
12624
       "requires": {
12624
       "requires": {
12625
         "base-64": "0.1.0",
12625
         "base-64": "0.1.0",
12626
         "glob": "7.0.6"
12626
         "glob": "7.0.6"

+ 1
- 1
package.json View File

58
     "react-native-background-timer": "2.0.0",
58
     "react-native-background-timer": "2.0.0",
59
     "react-native-calendar-events": "github:jitsi/react-native-calendar-events#dabfabc4bacc1424a8b93ebdda6f3820dee198cb",
59
     "react-native-calendar-events": "github:jitsi/react-native-calendar-events#dabfabc4bacc1424a8b93ebdda6f3820dee198cb",
60
     "react-native-callstats": "3.50.4",
60
     "react-native-callstats": "3.50.4",
61
-    "react-native-fetch-blob": "github:flatfox-ag/react-native-fetch-blob#exception_fixes",
61
+    "react-native-fetch-blob": "github:joltup/react-native-fetch-blob#1f9a1761aea4e37bd672bd0d233f3adf0e113a11",
62
     "react-native-img-cache": "1.5.2",
62
     "react-native-img-cache": "1.5.2",
63
     "react-native-immersive": "1.1.0",
63
     "react-native-immersive": "1.1.0",
64
     "react-native-keep-awake": "2.0.6",
64
     "react-native-keep-awake": "2.0.6",

Loading…
Cancel
Save