This repository was archived by the owner on Apr 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +70
-106
lines changed Expand file tree Collapse file tree 3 files changed +70
-106
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"keywords" : [
15
15
" react" ,
16
- " native" ,
17
- " higher" ,
18
- " order" ,
19
- " component" ,
16
+ " react-native" ,
17
+ " higher-order-component" ,
20
18
" hoc" ,
21
19
" image" ,
22
20
" caching" ,
23
- " image" ,
21
+ " image-component " ,
24
22
" component" ,
23
+ " react-component" ,
25
24
" media" ,
26
- " caching "
25
+ " react-native-component "
27
26
],
28
27
"author" : " Reid Mayo" ,
29
28
"license" : " MIT" ,
38
37
"eslint-plugin-react" : " ^7.4.0" ,
39
38
"eslint-plugin-react-native" : " ^3.1.0" ,
40
39
"jest" : " ^21.2.1" ,
40
+ "react" : " ^16.0.0" ,
41
+ "react-native" : " ^0.50.1" ,
41
42
"react-test-renderer" : " ^16.0.0" ,
42
43
"should" : " ^13.1.2"
43
44
},
52
53
"crypto-js" : " ^3.1.9-1" ,
53
54
"path" : " ^0.12.7" ,
54
55
"prop-types" : " ^15.6.0" ,
55
- "react" : " ^16.0.0" ,
56
- "react-native" : " ^0.49.3" ,
57
56
"react-native-fetch-blob" : " 0.10.8" ,
58
57
"react-native-uuid" : " ^1.4.9" ,
59
58
"traverse" : " ^0.6.6" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ exports[`CacheableImage renders correctly 1`] = `
13
13
<Text
14
14
accessible = { true }
15
15
allowFontScaling = { true }
16
- disabled = { false }
17
16
ellipsizeMode = " tail"
18
17
style = {
19
18
Object {
You can’t perform that action at this time.
0 commit comments