From a7533c84f8e6b7d328d7097263b7bf30f2e6e3bb Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Mon, 5 Aug 2019 23:04:17 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 67858ab..7ec75d2 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,8 @@ This is a React Native Date Picker with following main features: ## 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` -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