mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-23 06:48:35 +00:00
[change] Remove SegmentedControlIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -41,7 +41,6 @@ module.exports = {
|
||||
SafeAreaView: true,
|
||||
ScrollView: true,
|
||||
SectionList: true,
|
||||
SegmentedControlIOS: true,
|
||||
Settings: true,
|
||||
Share: true,
|
||||
Slider: true,
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
import UnimplementedView from '../../modules/UnimplementedView';
|
||||
export default UnimplementedView;
|
||||
-2
@@ -71,7 +71,6 @@ import PointPropType from './exports/PointPropType';
|
||||
// compat (components)
|
||||
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
|
||||
import InputAccessoryView from './exports/InputAccessoryView';
|
||||
import SegmentedControlIOS from './exports/SegmentedControlIOS';
|
||||
import SnapshotViewIOS from './exports/SnapshotViewIOS';
|
||||
import TabBarIOS from './exports/TabBarIOS';
|
||||
import ToastAndroid from './exports/ToastAndroid';
|
||||
@@ -162,7 +161,6 @@ export {
|
||||
// compat (components)
|
||||
DrawerLayoutAndroid,
|
||||
InputAccessoryView,
|
||||
SegmentedControlIOS,
|
||||
SnapshotViewIOS,
|
||||
TabBarIOS,
|
||||
ToastAndroid,
|
||||
|
||||
Reference in New Issue
Block a user