Browse Source

Update README.md

master
Henning Hall 6 years ago
committed by GitHub
parent
commit
a7533c84f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      README.md

+ 1
- 7
README.md View File

@ -42,14 +42,8 @@ This is a React Native Date Picker with following main features:
## Installation ## Installation
React Native >= 0.60:
1. `npm install react-native-date-picker@androidx --save`
React Native <= 0.59
1. `npm install react-native-date-picker --save` 1. `npm install react-native-date-picker --save`
2. `react-native link react-native-date-picker`
2. `react-native link react-native-date-picker` (Only needed for React Native <= 0.59)
## Minimal Example ## Minimal Example

Loading…
Cancel
Save