Commit b975d78 1 parent e662fc1 commit b975d78 Copy full SHA for b975d78
File tree 3 files changed +0
-5
lines changed
babel-plugin-react-native-web/src
exports/SegmentedControlIOS
3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ module.exports = {
41
41
SafeAreaView : true ,
42
42
ScrollView : true ,
43
43
SectionList : true ,
44
- SegmentedControlIOS : true ,
45
44
Settings : true ,
46
45
Share : true ,
47
46
Slider : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ import PointPropType from './exports/PointPropType';
71
71
// compat (components)
72
72
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid' ;
73
73
import InputAccessoryView from './exports/InputAccessoryView' ;
74
- import SegmentedControlIOS from './exports/SegmentedControlIOS' ;
75
74
import SnapshotViewIOS from './exports/SnapshotViewIOS' ;
76
75
import TabBarIOS from './exports/TabBarIOS' ;
77
76
import ToastAndroid from './exports/ToastAndroid' ;
@@ -162,7 +161,6 @@ export {
162
161
// compat (components)
163
162
DrawerLayoutAndroid ,
164
163
InputAccessoryView ,
165
- SegmentedControlIOS ,
166
164
SnapshotViewIOS ,
167
165
TabBarIOS ,
168
166
ToastAndroid ,
You can’t perform that action at this time.
0 commit comments