From 91ca06738b89c05811009daecf55c6ed1d73209e Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sat, 22 Aug 2020 10:20:49 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7e732..c0661b4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ This is a React Native Date Picker with following main features: 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. +## Requirements + +- Xcode >= 11.6 ## Minimal Example