diff --git a/README.md b/README.md
index 56f2d42..c997a76 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,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. | | 
|
+| androidVariant | Choose from 2 android style variants.{'iosClone', 'nativeAndroid'} | | 
|
| 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. |
|
|