Skip to content

Commit

Permalink
[change] Remove ProgressBarAndroid and ProgressViewIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 84989ac commit d921924
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ module.exports = {
Platform: true,
PointPropType: true,
ProgressBar: true,
ProgressBarAndroid: true,
ProgressViewIOS: true,
PushNotificationIOS: true,
RefreshControl: true,
SafeAreaView: true,
Expand Down

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions packages/react-native-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ import PointPropType from './exports/PointPropType';
// compat (components)
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
import InputAccessoryView from './exports/InputAccessoryView';
import ProgressBarAndroid from './exports/ProgressBarAndroid';
import ProgressViewIOS from './exports/ProgressViewIOS';
import SegmentedControlIOS from './exports/SegmentedControlIOS';
import SnapshotViewIOS from './exports/SnapshotViewIOS';
import TabBarIOS from './exports/TabBarIOS';
Expand Down Expand Up @@ -165,8 +163,6 @@ export {
// compat (components)
DrawerLayoutAndroid,
InputAccessoryView,
ProgressBarAndroid,
ProgressViewIOS,
SegmentedControlIOS,
SnapshotViewIOS,
TabBarIOS,
Expand Down

0 comments on commit d921924

Please sign in to comment.