Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,9 @@ const styles = StyleSheet.create({

| Property | type | required? | defaultValue | Description |
| -------------------- | -------- | :-----------------: | :----------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| open | boolean | no | | Prop to control calendar visibility state. Passing this prop will disable the default function for toggling visibility off/on by clicking the backdrop/click me button. |
| open | boolean | no | | Prop to programmatically control calendar visibility state. |
| onChange | function | yes | | Date change callback function. |
| onClose | function | no | | Custom callback called when backdrop is pressed. |
| startDate | Moment | yes (if `range`) | | Value of the picked start date. |
| endDate | Moment | yes (if `range`) | | Value of the picked end date. |
| date | Moment | yes (if no `range`) | | Value of the picked single date. |
Expand Down