From f9d59c4e81abdc442f51f18f6d08f0c5fa08865e Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sun, 18 Oct 2020 19:11:21 +0200 Subject: [PATCH] Update README.md Fixes https://github.com/henninghall/react-native-date-picker/issues/253 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c76f79..29ee4fa 100644 --- a/README.md +++ b/README.md @@ -133,12 +133,12 @@ The "Android Native" version looks more like a standard native implementation on ```js -androidVariant="nativeAndroid" +androidVariant="iosClone" ``` ```js -androidVariant="iosClone" +androidVariant="nativeAndroid" ```