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
8080| minDate | - | <code >string | ; date</code > | Restricts the range of possible date values. |
8181| maxDate | - | <code >string | ; date</code > | Restricts the range of possible date values. |
8282| 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 ` ...|
8484| showIcon | true | ` boolean ` | Controller whether or not show the icon |
8585| hideText | false | ` boolean ` | Controller whether or not show the ` dateText ` |
8686| iconComponent | - | ` element ` | Set the custom icon |
You can’t perform that action at this time.
0 commit comments