Skip to content

Commit f3b7e68

Browse files
authored
Merge pull request xgfe#172 from costagolub/master
change number to object for customStyles in the documentation
2 parents 2651c78 + b408d80 commit f3b7e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/ma
8080
| minDate | - | <code>string &#124; date</code> | Restricts the range of possible date values. |
8181
| maxDate | - | <code>string &#124; 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 |

0 commit comments

Comments
 (0)