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
Determines the visual presentation style of the date picker modal. This prop allows you to define how the modal appears on the screen when it is displayed.
109
+
110
+
-`'fullScreen'`: Presents the modal as a full-screen overlay.
111
+
-`'pageSheet'`: Displays the modal as a card-style sheet that covers a portion of the screen.
112
+
-`'formSheet'`: Renders the modal as a smaller form-style sheet.
113
+
-`'overFullScreen'`: Overlays the modal on top of the content, allowing interaction with the underlying content.
114
+
115
+
For example, if you set `presentationStyle` to `'pageSheet'`, the modal will be presented as a card-like sheet.
116
+
117
+
- Other [react-native TextInput props](https://reactnative.dev/docs/textinput#props).\*
@@ -142,3 +142,14 @@ The edit icon used to toggle between calendar and input. Defaults to `pencil`. Y
142
142
**calendarIcon**
143
143
`Type: string | undefined`
144
144
The edit icon used to toggle between input and calendar. Defaults to `calendar`. You can pass the name of an icon from [MaterialCommunityIcons](https://materialdesignicons.com/).
Determines the visual presentation style of the date picker modal. This prop allows you to define how the modal appears on the screen when it is displayed.
149
+
150
+
-`'fullScreen'`: Presents the modal as a full-screen overlay.
151
+
-`'pageSheet'`: Displays the modal as a card-style sheet that covers a portion of the screen.
152
+
-`'formSheet'`: Renders the modal as a smaller form-style sheet.
153
+
-`'overFullScreen'`: Overlays the modal on top of the content, allowing interaction with the underlying content.
154
+
155
+
For example, if you set `presentationStyle` to `'pageSheet'`, the modal will be presented as a card-like sheet.
Determines the visual presentation style of the date picker modal. This prop allows you to define how the modal appears on the screen when it is displayed.
156
+
157
+
-`'fullScreen'`: Presents the modal as a full-screen overlay.
158
+
-`'pageSheet'`: Displays the modal as a card-style sheet that covers a portion of the screen.
159
+
-`'formSheet'`: Renders the modal as a smaller form-style sheet.
160
+
-`'overFullScreen'`: Overlays the modal on top of the content, allowing interaction with the underlying content.
161
+
162
+
For example, if you set `presentationStyle` to `'pageSheet'`, the modal will be presented as a card-like sheet.
Determines the visual presentation style of the date picker modal. This prop allows you to define how the modal appears on the screen when it is displayed.
143
+
144
+
-`'fullScreen'`: Presents the modal as a full-screen overlay.
145
+
-`'pageSheet'`: Displays the modal as a card-style sheet that covers a portion of the screen.
146
+
-`'formSheet'`: Renders the modal as a smaller form-style sheet.
147
+
-`'overFullScreen'`: Overlays the modal on top of the content, allowing interaction with the underlying content.
148
+
149
+
For example, if you set `presentationStyle` to `'pageSheet'`, the modal will be presented as a card-like sheet.
0 commit comments