Skip to content

Commit

Permalink
[change] Remove SegmentedControlIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent f22646d commit 70bd329
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = {
SafeAreaView: true,
ScrollView: true,
SectionList: true,
SegmentedControlIOS: true,
Settings: true,
Share: true,
Slider: true,
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-native-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -162,7 +161,6 @@ export {
// compat (components)
DrawerLayoutAndroid,
InputAccessoryView,
SegmentedControlIOS,
SnapshotViewIOS,
TabBarIOS,
ToastAndroid,
Expand Down

0 comments on commit 70bd329

Please sign in to comment.