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 9ef5971 commit 8b642daCopy full SHA for 8b642da
docusaurus/docs/date-picker/input-date-picker.md
@@ -136,6 +136,10 @@ Determines the visual presentation style of the date picker modal. This prop all
136
- `'formSheet'`: Renders the modal as a smaller form-style sheet.
137
- `'overFullScreen'`: Overlays the modal on top of the content, allowing interaction with the underlying content.
138
139
+**animationType**
140
+`Type: 'slide' | 'fade' | 'none' | undefined`
141
+The animation used when opening the date picker modal. Defaults to `'slide'`.
142
+
143
For example, if you set `presentationStyle` to `'pageSheet'`, the modal will be presented as a card-like sheet.
144
145
- Other [react-native TextInput props](https://reactnative.dev/docs/textinput#props).\*
0 commit comments