Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit f558ad0

Browse files
committed
Moving react and react-native from dependencies to devDependencies to resolve dependency hell bugs.
1 parent 68156cc commit f558ad0

File tree

3 files changed

+70
-106
lines changed

3 files changed

+70
-106
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@
1313
},
1414
"keywords": [
1515
"react",
16-
"native",
17-
"higher",
18-
"order",
19-
"component",
16+
"react-native",
17+
"higher-order-component",
2018
"hoc",
2119
"image",
2220
"caching",
23-
"image",
21+
"image-component",
2422
"component",
23+
"react-component",
2524
"media",
26-
"caching"
25+
"react-native-component"
2726
],
2827
"author": "Reid Mayo",
2928
"license": "MIT",
@@ -38,6 +37,8 @@
3837
"eslint-plugin-react": "^7.4.0",
3938
"eslint-plugin-react-native": "^3.1.0",
4039
"jest": "^21.2.1",
40+
"react": "^16.0.0",
41+
"react-native": "^0.50.1",
4142
"react-test-renderer": "^16.0.0",
4243
"should": "^13.1.2"
4344
},
@@ -52,8 +53,6 @@
5253
"crypto-js": "^3.1.9-1",
5354
"path": "^0.12.7",
5455
"prop-types": "^15.6.0",
55-
"react": "^16.0.0",
56-
"react-native": "^0.49.3",
5756
"react-native-fetch-blob": "0.10.8",
5857
"react-native-uuid": "^1.4.9",
5958
"traverse": "^0.6.6",

tests/__snapshots__/imageCacheHoc.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ exports[`CacheableImage renders correctly 1`] = `
1313
<Text
1414
accessible={true}
1515
allowFontScaling={true}
16-
disabled={false}
1716
ellipsizeMode="tail"
1817
style={
1918
Object {

0 commit comments

Comments
 (0)