From 587158064710c8ef278bebfc4f385a0849b06337 Mon Sep 17 00:00:00 2001 From: jesster2k10 Date: Tue, 16 Jul 2019 15:33:47 +0100 Subject: [PATCH] Clarify README.md (#1065) React Native 0.60 higher requires you to manually install the pods after auto linking --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2eacf98..d39f8fa96 100644 --- a/README.md +++ b/README.md @@ -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: