Skip to content

Commit

Permalink
add installation notes for react-native 0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
ivpusic authored Jul 11, 2019
1 parent 08aa94c commit 881f966
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ npm i react-native-image-crop-picker --save

### iOS

NOTE: If you are using react-native >= 0.60 autolinking, you can skip this step.

#### - If you use Cocoapods which is highly recommended:

```bash
Expand Down Expand Up @@ -245,6 +247,8 @@ react-native link react-native-image-crop-picker
### Android
NOTE: If you are using react-native >= 0.60 autolinking, you can skip this step.
```bash
react-native link react-native-image-crop-picker
```
Expand Down

0 comments on commit 881f966

Please sign in to comment.