File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export default Example;
103103| headerTextIOS | string | "Pick a date" | The title text of header (iOS) |
104104| isVisible | bool | false | Show the datetime picker? |
105105| isDarkModeEnabled | bool? | undefined | Forces the picker dark/light mode if set (otherwise fallbacks to the Appearance color scheme) (iOS) |
106- | isHeaderVisibleIOS | bool? | false | Show the built-in header on iOS |
106+ | isHeaderVisibleIOS | bool? | false | Show the built-in header on iOS (deprecated — use ` customHeaderIOS ` instead) |
107107| modalPropsIOS | object | {} | Additional [ modal] ( https://reactnative.dev/docs/modal ) props for iOS |
108108| modalStyleIOS | style | | Style of the modal content (iOS) |
109109| mode | string | "date" | Choose between 'date', 'time', and 'datetime' |
You can’t perform that action at this time.
0 commit comments