Skip to content

Commit f9059c3

Browse files
Riccardo Cipolleschifacebook-github-bot
Riccardo Cipolleschi
authored andcommitted
Move the SegmentedComponentIOS away from React Native Core (#33140)
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
1 parent 9de73d4 commit f9059c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/metro-react-native-babel-preset/src/configs/lazy-imports.js

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module.exports = new Set([
3232
'SafeAreaView',
3333
'ScrollView',
3434
'SectionList',
35-
'SegmentedControlIOS',
3635
'Slider',
3736
'Switch',
3837
'RefreshControl',

0 commit comments

Comments
 (0)