Skip to content

Commit 8b642da

Browse files
committed
add docs in example
1 parent 9ef5971 commit 8b642da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus/docs/date-picker/input-date-picker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ Determines the visual presentation style of the date picker modal. This prop all
136136
- `'formSheet'`: Renders the modal as a smaller form-style sheet.
137137
- `'overFullScreen'`: Overlays the modal on top of the content, allowing interaction with the underlying content.
138138

139+
**animationType**
140+
`Type: 'slide' | 'fade' | 'none' | undefined`
141+
The animation used when opening the date picker modal. Defaults to `'slide'`.
142+
139143
For example, if you set `presentationStyle` to `'pageSheet'`, the modal will be presented as a card-like sheet.
140144

141145
- Other [react-native TextInput props](https://reactnative.dev/docs/textinput#props).\*

0 commit comments

Comments
 (0)