Bläddra i källkod

[iOS] Fix RNFetchBlob calling UI API on a background thread

Update RNFetchBlob to use a commit that fixes issues with calling UI API
on a background thread. Note: The commit used is from a forked repo that
is not yet merged on the new source for this RN component, eventually we
should be consuming from this repo instead
https://github.com/joltup/react-native-fetch-blob
master
Daniel Ornelas 7 år sedan
förälder
incheckning
84e5e657a0
2 ändrade filer med 2 tillägg och 4 borttagningar
  1. 1
    3
      package-lock.json
  2. 1
    1
      package.json

+ 1
- 3
package-lock.json Visa fil

@@ -10158,9 +10158,7 @@
10158 10158
       }
10159 10159
     },
10160 10160
     "react-native-fetch-blob": {
10161
-      "version": "0.10.8",
10162
-      "resolved": "https://registry.npmjs.org/react-native-fetch-blob/-/react-native-fetch-blob-0.10.8.tgz",
10163
-      "integrity": "sha1-T8JWq64MtfEOfEHyjBGz/zMNcqk=",
10161
+      "version": "github:flatfox-ag/react-native-fetch-blob#01f38a4537baecd3ea0cb93c27e84553f3fc5231",
10164 10162
       "requires": {
10165 10163
         "base-64": "0.1.0",
10166 10164
         "glob": "7.0.6"

+ 1
- 1
package.json Visa fil

@@ -58,7 +58,7 @@
58 58
     "react-native-background-timer": "2.0.0",
59 59
     "react-native-calendar-events": "1.4.3",
60 60
     "react-native-callstats": "3.27.0",
61
-    "react-native-fetch-blob": "0.10.8",
61
+    "react-native-fetch-blob": "github:flatfox-ag/react-native-fetch-blob#exception_fixes",
62 62
     "react-native-img-cache": "1.5.2",
63 63
     "react-native-immersive": "1.1.0",
64 64
     "react-native-keep-awake": "2.0.6",

Laddar…
Avbryt
Spara