From f511611ad43e87261fd0e20d321f0c3671fe7d7b Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sun, 12 Jul 2020 00:23:55 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8f99b0..c6791e5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React Native Date Picker [![npm](https://img.shields.io/npm/v/react-native-date-picker.svg)](https://www.npmjs.com/package/react-native-date-picker) [![Build status](https://img.shields.io/github/workflow/status/henninghall/react-native-date-picker/Android:%20build%20&%20test?label=tests)](https://github.com/henninghall/react-native-date-picker/actions) [![npm](https://img.shields.io/npm/dm/react-native-date-picker.svg)](https://www.npmjs.com/package/react-native-date-picker) +# React Native Date Picker [![npm](https://img.shields.io/npm/v/react-native-date-picker.svg)](https://www.npmjs.com/package/react-native-date-picker) [![npm](https://img.shields.io/npm/dm/react-native-date-picker.svg)](https://www.npmjs.com/package/react-native-date-picker) This is a React Native Date Picker with following main features: @@ -125,8 +125,8 @@ Here are some more info about the three different picker modes that are availabl The so called "iOS clone" looks and works similar to the ios version. It shows normaly 5 lines of dates. It is enabled by default. -This version looks more like a standard native implementation on Android. The divider color can be changed by adding the following to you Android theme. -<item name="colorControlNormal">#03b6fc</item> +The "Android Native" version looks more like a standard native implementation on Android. The divider color can be changed by adding the following to you Android theme: +
<item name="colorControlNormal">#03b6fc</item>