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:
Florian Rival 2017-01-15 22:52:40 +01:00 committed by Florian Rival
parent d8ddf31bd2
commit 37642cf4f3
2 changed files with 10 additions and 5 deletions

View File

@ -6,17 +6,22 @@ A React Native module that can create scaled versions of local images (also supp
Install the package:
React-Native 0.29.2+
* 😻 React Native >= 0.40
```
npm install --save 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
rnpm install react-native-image-resizer
rnpm install react-native-image-resizer@0.0.12
```
### Android

View File

@ -1,6 +1,6 @@
{
"name": "react-native-image-resizer",
"version": "0.0.12",
"version": "0.1.0",
"description": "Rescale local images with React Native",
"repository": {
"type": "git",