diff --git a/README.md b/README.md
index 598bdbf..63874e9 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ export default () => {
| fadeToColor | Android picker is fading towards this background color. {color, 'none'} |
| maximumDate | Maximum selectable date. |
| minimumDate | Minimum selectable date |
-| androidVariant | Choose from 2 android style variants. {'iosClone', 'nativeAndroid'} | | 
|
+| androidVariant | Choose from 2 android style variants. {'iosClone', 'nativeAndroid'} (default: 'iosClone') | | 
|
| minuteInterval | The interval at which minutes can be selected. |
|
|
| mode | The date picker mode. {'datetime', 'date', 'time'} | 

| 

|
| locale | The locale for the date picker. Changes language, date order and am/pm preferences. Value needs to be a Locale ID. |
|
|