File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/ma
80
80
| minDate | - | <code >string | ; date</code > | Restricts the range of possible date values. |
81
81
| maxDate | - | <code >string | ; date</code > | Restricts the range of possible date values. |
82
82
| duration | 300 | ` number ` | Specify the animation duration of datepicker.|
83
- | customStyles | - | ` number ` | The hook of customize datepicker style, same as the native style. ` dateTouchBody ` , ` dateInput ` ...|
83
+ | customStyles | - | ` object ` | The hook of customize datepicker style, same as the native style. ` dateTouchBody ` , ` dateInput ` ...|
84
84
| showIcon | true | ` boolean ` | Controller whether or not show the icon |
85
85
| hideText | false | ` boolean ` | Controller whether or not show the ` dateText ` |
86
86
| iconComponent | - | ` element ` | Set the custom icon |
You can’t perform that action at this time.
0 commit comments