Skip to content

Commit

Permalink
Clarify README.md (ivpusic#1065)
Browse files Browse the repository at this point in the history
React Native 0.60 higher requires you to manually install the pods after auto linking
  • Loading branch information
jesster2k10 authored and ivpusic committed Jul 16, 2019
1 parent 881f966 commit 5871580
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,16 @@ npm i react-native-image-crop-picker --save

### iOS

NOTE: If you are using react-native >= 0.60 autolinking, you can skip this step.
NOTE: If you are using react-native >= 0.60 autolinking, all you have to do is:

- Install the library via NPM or Yarm
- Run the following:
```
cd ios
pod install
```

Then the library will be successfully linked.

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

Expand Down

0 comments on commit 5871580

Please sign in to comment.