From baf0a8ef350b36dfb07773944073c1ab3d1dc040 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Thu, 16 Apr 2020 07:41:12 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3124bd1..48aa48f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ This is a React Native Date Picker with following main features: 1. `npm install react-native-date-picker --save` 2. `react-native link react-native-date-picker` (Only needed for React Native <= 0.59) +3. `(cd ios && pod install)` (If you're using CocoaPods) Xcode 11 is required to run the latest version of the date picker. Xcode 10 is supported up to version 2.7.2.