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
| onConfirm | func |**REQUIRED**| Function called on date picked |
71
71
| onCancel | func |**REQUIRED**| Function called on dismiss |
72
72
| titleIOS | string | 'Pick a date' | The title text on iOS |
73
-
| minDateAndroid | Date | undefined | Min Date
74
-
| maxDateAndroid | Date | undefined | Max Date
73
+
| minimumDate | Date | undefined | Min Date
74
+
| maximumDate | Date | undefined | Max Date
75
75
76
76
All the [DatePickerIOS props](https://facebook.github.io/react-native/docs/datepickerios.html) are also supported!
77
77
78
78
## Notes
79
-
Just remember to always set the `isVisible` prop to `false` in both `onConfirm` and `onCancel` (like in the example above).
79
+
Just remember to always set the `isVisible` prop to `false` in both `onConfirm` and `onCancel` (like in the example above).
80
80
81
81
Under the hood this library is using [react-native-animated-modal](https://github.com/mmazzarolo/react-native-animated-modal) for the iOS modal implementation.
0 commit comments