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
Copy file name to clipboardExpand all lines: docs/datepickerios.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: '🚧 DatePickerIOS'
5
5
6
6
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
7
7
8
-
> **Deprecated.** Use one of the [community packages](https://reactnative.directory/?search=datepicker) instead.
8
+
> **Removed.** Use one of the [community packages](https://reactnative.directory/?search=datepicker) instead.
9
9
10
10
Use `DatePickerIOS` to render a date/time picker (selector) on iOS. This is a controlled component, so you must hook in to the `onDateChange` callback and update the `date` prop in order for the component to update, otherwise the user's change will be reverted immediately to reflect `props.date` as the source of truth.
11
11
@@ -14,7 +14,7 @@ Use `DatePickerIOS` to render a date/time picker (selector) on iOS. This is a co
0 commit comments