From c8c03983cbf1d5a10a4aab0d9720b9202645988a Mon Sep 17 00:00:00 2001 From: Daiki Ihara Date: Thu, 6 Feb 2020 01:30:16 +0900 Subject: [PATCH] [docs] update segmentedcontrolios deprecation note (#6972) * [docs] update segmentedcontrolios deprecation note * [docs] update segmentedcontrolios deprecation note for unversioned --- .../versions/unversioned/react-native/segmentedcontrolios.md | 2 +- docs/pages/versions/v36.0.0/react-native/segmentedcontrolios.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/versions/unversioned/react-native/segmentedcontrolios.md b/docs/pages/versions/unversioned/react-native/segmentedcontrolios.md index dad385c8e7232..043f57be2bd64 100644 --- a/docs/pages/versions/unversioned/react-native/segmentedcontrolios.md +++ b/docs/pages/versions/unversioned/react-native/segmentedcontrolios.md @@ -3,7 +3,7 @@ id: segmentedcontrolios title: SegmentedControlIOS --- -> **Deprecated.** Use [@react-native-community/react-native-segmented-control](https://github.com/react-native-community/react-native-segmented-control) instead. +> **Deprecated.** If you are using the bare workflow, use [@react-native-community/react-native-segmented-control](https://github.com/react-native-community/react-native-segmented-control) instead. Managed workflow users should continue using the `SegmentedControlIOS` from `react-native` Uses `SegmentedControlIOS` to render a UISegmentedControl iOS. diff --git a/docs/pages/versions/v36.0.0/react-native/segmentedcontrolios.md b/docs/pages/versions/v36.0.0/react-native/segmentedcontrolios.md index dad385c8e7232..043f57be2bd64 100644 --- a/docs/pages/versions/v36.0.0/react-native/segmentedcontrolios.md +++ b/docs/pages/versions/v36.0.0/react-native/segmentedcontrolios.md @@ -3,7 +3,7 @@ id: segmentedcontrolios title: SegmentedControlIOS --- -> **Deprecated.** Use [@react-native-community/react-native-segmented-control](https://github.com/react-native-community/react-native-segmented-control) instead. +> **Deprecated.** If you are using the bare workflow, use [@react-native-community/react-native-segmented-control](https://github.com/react-native-community/react-native-segmented-control) instead. Managed workflow users should continue using the `SegmentedControlIOS` from `react-native` Uses `SegmentedControlIOS` to render a UISegmentedControl iOS.