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
@@ -37,6 +39,8 @@ You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/ma
37
39
| date | - | `string | date` | Specify the display date of DatePicker. `string` type value must match the specified format |
38
40
| mode | 'date' |`enum`| The `enum` of `date`, `datetime` and `time`|
39
41
| 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. |
42
+
| confirmBtnText | - |`string`| Specify the text of confirm btn in ios. |
43
+
| cancelBtnText | - |`string`| Specify the text of cancel btn in ios. |
40
44
| minDate | - | `string | date` | Restricts the range of possible date values. |
41
45
| maxDate | - | `string | date` | Restricts the range of possible date values. |
42
46
| duration | 300 | `number` | Specify the animation duration of datepicker.
0 commit comments