Commit f9bf941 1 parent c50c740 commit f9bf941 Copy full SHA for f9bf941
File tree 4 files changed +0
-10
lines changed
babel-plugin-react-native-web/src
4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ module.exports = {
37
37
Platform : true ,
38
38
PointPropType : true ,
39
39
ProgressBar : true ,
40
- ProgressBarAndroid : true ,
41
- ProgressViewIOS : true ,
42
40
PushNotificationIOS : true ,
43
41
RefreshControl : true ,
44
42
SafeAreaView : true ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ import PointPropType from './exports/PointPropType';
71
71
// compat (components)
72
72
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid' ;
73
73
import InputAccessoryView from './exports/InputAccessoryView' ;
74
- import ProgressBarAndroid from './exports/ProgressBarAndroid' ;
75
- import ProgressViewIOS from './exports/ProgressViewIOS' ;
76
74
import SegmentedControlIOS from './exports/SegmentedControlIOS' ;
77
75
import SnapshotViewIOS from './exports/SnapshotViewIOS' ;
78
76
import TabBarIOS from './exports/TabBarIOS' ;
@@ -165,8 +163,6 @@ export {
165
163
// compat (components)
166
164
DrawerLayoutAndroid ,
167
165
InputAccessoryView ,
168
- ProgressBarAndroid ,
169
- ProgressViewIOS ,
170
166
SegmentedControlIOS ,
171
167
SnapshotViewIOS ,
172
168
TabBarIOS ,
You can’t perform that action at this time.
0 commit comments