From 0ddfbc219f285ab37cfbcefc8c08857ed43f0450 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Tue, 16 Jul 2019 14:24:21 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2adc85d..a5caea4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,13 @@ This is a React Native Date Picker with following main features: ## Installation -1. `npm install react-native-date-picker --save`    **or**    `yarn add react-native-date-picker` +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`