[change] Remove SegmentedControlIOS

Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
Nicolas Gallagher
2019-06-28 11:16:03 -07:00
parent 41e4f05eb0
commit 24801cb5da
3 changed files with 0 additions and 5 deletions
@@ -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
View File
@@ -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,