Skip to content

Commit 37642cf

Browse files
committed
chore(version): Bump version
Also update README to support RN 0.40 and older Latest version is supported only by React Native 0.40+
1 parent d8ddf31 commit 37642cf

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,22 @@ A React Native module that can create scaled versions of local images (also supp
66

77
Install the package:
88

9-
React-Native 0.29.2+
10-
9+
* 😻 React Native >= 0.40
1110
```
1211
npm install --save react-native-image-resizer
1312
react-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
```
1823
npm install rnpm -g
19-
rnpm install react-native-image-resizer
24+
rnpm install react-native-image-resizer@0.0.12
2025
```
2126

2227
### Android

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)