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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/ma
72
72
| style | - |`object`| Specify the style of the DatePicker, eg. width, height... |
73
73
| date | - | `string | date` | Specify the display date of DatePicker. `string` type value must match the specified format |
74
74
| mode | 'date' |`enum`| The `enum` of `date`, `datetime` and `time`|
75
+
| androidMode | 'default' |`enum`| The `enum` of `default`, `calendar` and `spinner` (only Android) |
75
76
| format | 'YYYY-MM-DD' |`string`| Specify the display format of the date, which using [moment.js](http://momentjs.com/). The default value change according to the mode. |
76
77
| confirmBtnText | '确定' |`string`| Specify the text of confirm btn in ios. |
77
78
| cancelBtnText | '取消' |`string`| Specify the text of cancel btn in ios. |
0 commit comments