File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,22 @@ A React Native module that can create scaled versions of local images (also supp
66
77Install the package:
88
9- React-Native 0.29.2+
10-
9+ * 😻 React Native >= 0.40
1110```
1211npm install --save react-native-image-resizer
1312react-native link react-native-image-resizer
1413```
1514
16- React-Native < 0.29.2
15+ * 👨 React Native >= 0.29.2 and < 0.40
16+ ```
17+ npm install --save react-native-image-resizer@0.0.12
18+ react-native link react-native-image-resizer
19+ ```
20+
21+ * 👴 React Native < 0.29.2
1722```
1823npm install rnpm -g
19- rnpm install react-native-image-resizer
24+ rnpm install react-native-image-resizer@0.0.12
2025```
2126
2227### Android
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-image-resizer" ,
3- "version" : " 0.0.12 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " Rescale local images with React Native" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments