diff --git a/README.md b/README.md index dfef27fc1c..6253b866f7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/ma | minDate | - | string | date | Restricts the range of possible date values. | | maxDate | - | string | date | Restricts the range of possible date values. | | duration | 300 | `number` | Specify the animation duration of datepicker.| -| customStyles | - | `number` | The hook of customize datepicker style, same as the native style. `dateTouchBody`, `dateInput`...| +| customStyles | - | `object` | The hook of customize datepicker style, same as the native style. `dateTouchBody`, `dateInput`...| | showIcon | true | `boolean` | Controller whether or not show the icon | | hideText | false | `boolean` | Controller whether or not show the `dateText` | | iconComponent | - | `element` | Set the custom icon |