Skip to content

Commit

Permalink
Move the SegmentedComponentIOS away from React Native Core (#33140)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook/react-native#33140

Pull Request resolved: #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
  • Loading branch information
Riccardo Cipolleschi authored and facebook-github-bot committed Feb 21, 2022
1 parent 9de73d4 commit f9059c3
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -32,7 +32,6 @@ module.exports = new Set([
'SafeAreaView',
'ScrollView',
'SectionList',
'SegmentedControlIOS',
'Slider',
'Switch',
'RefreshControl',
Expand Down

0 comments on commit f9059c3

Please sign in to comment.