Skip to content

Commit 0effe78

Browse files
authored
Create README.md
1 parent fb0f769 commit 0effe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' |

0 commit comments

Comments
 (0)