-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move the SegmentedComponentIOS
away from React Native Core
#33140
Conversation
This pull request was exported from Phabricator. Differential Revision: D34304255 |
|
Base commit: 16feabf |
…k#776) Summary: Pull Request resolved: facebook/metro#776 This Diff moves the `SegmentedComponentIOS` away from the core of React Native to move forward with the Lean Core effort ## Changelog [General][Removed] - This diff removes the `SegmentedControlIOS` export from React Native. Internally, we are requiring `SegmentedControlIOS` directly now and externally people will have to use the community maintained module (https://github.com/react-native-segmented-control). Differential Revision: D34304255 fbshipit-source-id: 8688b75a7c1300359470df36072e99e5c06c2bef
This pull request was exported from Phabricator. Differential Revision: D34304255 |
7e77415
to
f643a76
Compare
Base commit: 16feabf |
Summary: Pull Request resolved: #33140 Pull Request resolved: facebook/metro#776 This Diff moves the `SegmentedComponentIOS` away from the core of React Native to move forward with the Lean Core effort ## Changelog [General][Removed] - This diff removes the `SegmentedControlIOS` export from React Native. Internally, we are requiring `SegmentedControlIOS` directly now and externally people will have to use the community maintained module (https://github.com/react-native-segmented-control). Reviewed By: cortinico Differential Revision: D34304255 fbshipit-source-id: d4e2b0bda56708769603be6f164e6bf89997fd93
This pull request was successfully merged by @cipolleschi in 235f168. When will my fix make it into a release? | Upcoming Releases |
Summary: Pull Request resolved: facebook/react-native#33140 Pull Request resolved: facebook#776 This Diff moves the `SegmentedComponentIOS` away from the core of React Native to move forward with the Lean Core effort ## Changelog [General][Removed] - This diff removes the `SegmentedControlIOS` export from React Native. Internally, we are requiring `SegmentedControlIOS` directly now and externally people will have to use the community maintained module (https://github.com/react-native-segmented-control). Reviewed By: cortinico Differential Revision: D34304255 fbshipit-source-id: d4e2b0bda56708769603be6f164e6bf89997fd93
Summary: Pull Request resolved: facebook/react-native#33140 Pull Request resolved: facebook#776 This Diff moves the `SegmentedComponentIOS` away from the core of React Native to move forward with the Lean Core effort ## Changelog [General][Removed] - This diff removes the `SegmentedControlIOS` export from React Native. Internally, we are requiring `SegmentedControlIOS` directly now and externally people will have to use the community maintained module (https://github.com/react-native-segmented-control). Reviewed By: cortinico Differential Revision: D34304255 fbshipit-source-id: d4e2b0bda56708769603be6f164e6bf89997fd93
Summary: Pull Request resolved: facebook/react-native#33140 Pull Request resolved: facebook#776 This Diff moves the `SegmentedComponentIOS` away from the core of React Native to move forward with the Lean Core effort ## Changelog [General][Removed] - This diff removes the `SegmentedControlIOS` export from React Native. Internally, we are requiring `SegmentedControlIOS` directly now and externally people will have to use the community maintained module (https://github.com/react-native-segmented-control). Reviewed By: cortinico Differential Revision: D34304255 fbshipit-source-id: d4e2b0bda56708769603be6f164e6bf89997fd93
…k#33140) Summary: Pull Request resolved: facebook#33140 Pull Request resolved: facebook/metro#776 This Diff moves the `SegmentedComponentIOS` away from the core of React Native to move forward with the Lean Core effort ## Changelog [General][Removed] - This diff removes the `SegmentedControlIOS` export from React Native. Internally, we are requiring `SegmentedControlIOS` directly now and externally people will have to use the community maintained module (https://github.com/react-native-segmented-control). Reviewed By: cortinico Differential Revision: D34304255 fbshipit-source-id: d4e2b0bda56708769603be6f164e6bf89997fd93
Summary: The `SegmentedControl` component was removed in #33140, but not all related code was moved. See React Native 0.69 breaking-changes: https://reactnative.dev/blog/2022/06/21/version-069#breaking-changes ## Changelog: [INTERNAL] - remove: leftover `RCTSegmentedControl` code Pull Request resolved: #44023 Test Plan: CI will be OK. Reviewed By: cortinico Differential Revision: D56015121 Pulled By: dmytrorykun fbshipit-source-id: 10e64e9bbd0e5346711fd2f42553deb2d992c191
Summary: This Diff moves the
SegmentedComponentIOS
away from the core of React Native to move forward with the Lean Core effortChangelog
[General][Removed] - This diff removes the SegmentedControlIOS export from React Native. Internally, we are requiring SegmentedControlIOS directly now and externally people will have to use the community maintained module (https://github.com/react-native-segmented-control).
Differential Revision: D34304255