You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +29,7 @@ Check [index.android.js](example/index.android.js) in the Example folder.
29
29
/>
30
30
```
31
31
32
-
You can check [index.js](example/index.android.js) in the Example folder for detail.
32
+
You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/master/example/index.android.js) in the Example folder for detail.
33
33
34
34
## Properties
35
35
@@ -46,10 +46,11 @@ You can check [index.js](example/index.android.js) in the Example folder for det
46
46
| maxDate | - | `string | date` | Restricts the range of possible date values. |
47
47
| duration | 300 |`number`| Specify the animation duration of datepicker.|
48
48
| customStyles | - |`number`| The hook of customize datepicker style, same as the native style. `dateTouchBody`, `dateInput`...|
49
-
|onDateChange|-|`function(date:string)`|This is called when the user confirm the picked date or time in the UI. The first and only argument is a date or time string representing the new date and time formatted by [moment.js](http://momentjs.com/) with the given format property.|
49
+
|showIcon|true|`boolean`|Controller whether or not show the icon|
|onPressDate|-|Manual call this method could open the DatePicker with js. |
56
+
|onDateChange|date:string|This is called when the user confirm the picked date or time in the UI. The first and only argument is a date or time string representing the new date and time formatted by [moment.js](http://momentjs.com/) with the given format property. |
0 commit comments