|
|
@ -126,7 +126,7 @@ export default () => { |
|
|
|
| Prop | Description | Screenshots iOS | Screenshot Android | |
|
|
|
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
|
|
|
| `date` | The currently selected date. | |
|
|
|
| `onDateChange` | Date change handler | |
|
|
|
| `onDateChange` | Date change handler ( Inline only ) | |
|
|
|
| `fadeToColor` | Android picker is fading towards this background color. {color, 'none'} | |
|
|
|
| `maximumDate` | Maximum selectable date. <br/> Example: `new Date("2021-12-31")` | |
|
|
|
| `minimumDate` | Minimum selectable date. <br/> Example: `new Date("2021-01-01")` | |
|
|
|