mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-22 14:21:44 +00:00
[change] Remove ProgressBarAndroid and ProgressViewIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -37,8 +37,6 @@ module.exports = {
|
||||
Platform: true,
|
||||
PointPropType: true,
|
||||
ProgressBar: true,
|
||||
ProgressBarAndroid: true,
|
||||
ProgressViewIOS: true,
|
||||
PushNotificationIOS: true,
|
||||
RefreshControl: true,
|
||||
SafeAreaView: true,
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
import UnimplementedView from '../../modules/UnimplementedView';
|
||||
export default UnimplementedView;
|
||||
@@ -1,2 +0,0 @@
|
||||
import UnimplementedView from '../../modules/UnimplementedView';
|
||||
export default UnimplementedView;
|
||||
-4
@@ -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';
|
||||
@@ -165,8 +163,6 @@ export {
|
||||
// compat (components)
|
||||
DrawerLayoutAndroid,
|
||||
InputAccessoryView,
|
||||
ProgressBarAndroid,
|
||||
ProgressViewIOS,
|
||||
SegmentedControlIOS,
|
||||
SnapshotViewIOS,
|
||||
TabBarIOS,
|
||||
|
||||
Reference in New Issue
Block a user