Browse Source

Add information about Xcode compatibility to readme

Fixes https://github.com/henninghall/react-native-date-picker/issues/152
master
Henning Hall 5 years ago
committed by GitHub
parent
commit
7d886a9cfb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

@ -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

Loading…
Cancel
Save