From 7d886a9cfb45d6f4ef54c250d29c10b8060ceeaf Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Tue, 14 Jan 2020 18:42:53 +0100 Subject: [PATCH] Add information about Xcode compatibility to readme Fixes https://github.com/henninghall/react-native-date-picker/issues/152 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0395330..b4a9679 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ 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) +Xcode 11 is required to run the latest version of the date picker. Xcode 10 is supported up to version 2.7.2. + ## Minimal Example ```js