Skip to content

Commit f9bf941

Browse files
[change] Remove ProgressBarAndroid and ProgressViewIOS
Ref #1352 Ref facebook/react-native#23313
1 parent c50c740 commit f9bf941

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

packages/babel-plugin-react-native-web/src/moduleMap.js

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ module.exports = {
3737
Platform: true,
3838
PointPropType: true,
3939
ProgressBar: true,
40-
ProgressBarAndroid: true,
41-
ProgressViewIOS: true,
4240
PushNotificationIOS: true,
4341
RefreshControl: true,
4442
SafeAreaView: true,

packages/react-native-web/src/exports/ProgressBarAndroid/index.js

-2
This file was deleted.

packages/react-native-web/src/exports/ProgressViewIOS/index.js

-2
This file was deleted.

packages/react-native-web/src/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ import PointPropType from './exports/PointPropType';
7171
// compat (components)
7272
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
7373
import InputAccessoryView from './exports/InputAccessoryView';
74-
import ProgressBarAndroid from './exports/ProgressBarAndroid';
75-
import ProgressViewIOS from './exports/ProgressViewIOS';
7674
import SegmentedControlIOS from './exports/SegmentedControlIOS';
7775
import SnapshotViewIOS from './exports/SnapshotViewIOS';
7876
import TabBarIOS from './exports/TabBarIOS';
@@ -165,8 +163,6 @@ export {
165163
// compat (components)
166164
DrawerLayoutAndroid,
167165
InputAccessoryView,
168-
ProgressBarAndroid,
169-
ProgressViewIOS,
170166
SegmentedControlIOS,
171167
SnapshotViewIOS,
172168
TabBarIOS,

0 commit comments

Comments
 (0)