Skip to content

Commit 6f998a0

Browse files
committed
fix android compilation on CI
1 parent 76093f5 commit 6f998a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-native-device-info": "^7.4.0",
4141
"react-native-dialogs": "^1.0.4",
4242
"react-native-draggable-flatlist": "^3.0.3",
43-
"react-native-fast-image": "8.5.11",
43+
"react-native-fast-image": "git+https://github.com/status-im/react-native-fast-image.git#v8.5.11-precompiled",
4444
"react-native-fetch-polyfill": "^1.1.2",
4545
"react-native-fs": "^2.14.1",
4646
"react-native-gesture-handler": "^1.8.0",

yarn.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -6623,10 +6623,9 @@ react-native-draggable-flatlist@^3.0.3:
66236623
resolved "https://registry.yarnpkg.com/react-native-draggable-flatlist/-/react-native-draggable-flatlist-3.0.3.tgz#e85503585253be01ad251f78d5b341ac22f9d952"
66246624
integrity sha512-bDro6aqQMvvTm/CuHre9dAjSBKosAfZRLDx3nmrjOz799kxcn0bq+uCB6yF6m+g1Xd/gVPl7E3Ss4uX+oPUlHg==
66256625

6626-
react-native-fast-image@8.5.11:
6626+
"react-native-fast-image@git+https://github.com/status-im/react-native-fast-image.git#v8.5.11-status":
66276627
version "8.5.11"
6628-
resolved "https://registry.yarnpkg.com/react-native-fast-image/-/react-native-fast-image-8.5.11.tgz#e3dc969d0e4e8df026646bf18194465aa55cbc2b"
6629-
integrity sha512-cNW4bIJg3nvKaheG8vGMfqCt5LMWX9MS5+wMudgKIHbGO51spRr4sgnlhVgwHLcZ5aeNOVJ8CPRxDIWKRq/0QA==
6628+
resolved "git+https://github.com/status-im/react-native-fast-image.git#6d0c7f9f935d2167e9a7106e845bdcacfba62114"
66306629

66316630
react-native-fetch-polyfill@^1.1.2:
66326631
version "1.1.3"

0 commit comments

Comments
 (0)