We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb07afd commit 757c6d0Copy full SHA for 757c6d0
README.md
@@ -67,6 +67,7 @@ export default class DateTimePickerTester extends Component {
67
| date | obj | new Date() | Initial selected date/time |
68
| isVisible | bool | false | Show the datetime picker? |
69
| mode | string | 'date' | Datepicker? 'date' Timepicker? 'time' Both? 'datetime' |
70
+| datePickerModeAndroid | string | 'calendar' | Display as 'spinner' or 'calendar'|
71
| onConfirm | func | **REQUIRED** | Function called on date picked |
72
| onCancel | func | **REQUIRED** | Function called on dismiss |
73
| titleIOS | string | 'Pick a date' | The title text on iOS |
0 commit comments