chore(version): Bump version
Also update README to support RN 0.40 and older Latest version is supported only by React Native 0.40+
This commit is contained in:
parent
d8ddf31bd2
commit
37642cf4f3
13
README.md
13
README.md
|
@ -6,17 +6,22 @@ A React Native module that can create scaled versions of local images (also supp
|
||||||
|
|
||||||
Install the package:
|
Install the package:
|
||||||
|
|
||||||
React-Native 0.29.2+
|
* 😻 React Native >= 0.40
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install --save react-native-image-resizer
|
npm install --save react-native-image-resizer
|
||||||
react-native link react-native-image-resizer
|
react-native link react-native-image-resizer
|
||||||
```
|
```
|
||||||
|
|
||||||
React-Native < 0.29.2
|
* 👨 React Native >= 0.29.2 and < 0.40
|
||||||
|
```
|
||||||
|
npm install --save react-native-image-resizer@0.0.12
|
||||||
|
react-native link react-native-image-resizer
|
||||||
|
```
|
||||||
|
|
||||||
|
* 👴 React Native < 0.29.2
|
||||||
```
|
```
|
||||||
npm install rnpm -g
|
npm install rnpm -g
|
||||||
rnpm install react-native-image-resizer
|
rnpm install react-native-image-resizer@0.0.12
|
||||||
```
|
```
|
||||||
|
|
||||||
### Android
|
### Android
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-native-image-resizer",
|
"name": "react-native-image-resizer",
|
||||||
"version": "0.0.12",
|
"version": "0.1.0",
|
||||||
"description": "Rescale local images with React Native",
|
"description": "Rescale local images with React Native",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue