mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-04 19:05:49 +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,
|
Platform: true,
|
||||||
PointPropType: true,
|
PointPropType: true,
|
||||||
ProgressBar: true,
|
ProgressBar: true,
|
||||||
ProgressBarAndroid: true,
|
|
||||||
ProgressViewIOS: true,
|
|
||||||
PushNotificationIOS: true,
|
PushNotificationIOS: true,
|
||||||
RefreshControl: true,
|
RefreshControl: true,
|
||||||
SafeAreaView: 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)
|
// compat (components)
|
||||||
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
|
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
|
||||||
import InputAccessoryView from './exports/InputAccessoryView';
|
import InputAccessoryView from './exports/InputAccessoryView';
|
||||||
import ProgressBarAndroid from './exports/ProgressBarAndroid';
|
|
||||||
import ProgressViewIOS from './exports/ProgressViewIOS';
|
|
||||||
import SegmentedControlIOS from './exports/SegmentedControlIOS';
|
import SegmentedControlIOS from './exports/SegmentedControlIOS';
|
||||||
import SnapshotViewIOS from './exports/SnapshotViewIOS';
|
import SnapshotViewIOS from './exports/SnapshotViewIOS';
|
||||||
import TabBarIOS from './exports/TabBarIOS';
|
import TabBarIOS from './exports/TabBarIOS';
|
||||||
@@ -165,8 +163,6 @@ export {
|
|||||||
// compat (components)
|
// compat (components)
|
||||||
DrawerLayoutAndroid,
|
DrawerLayoutAndroid,
|
||||||
InputAccessoryView,
|
InputAccessoryView,
|
||||||
ProgressBarAndroid,
|
|
||||||
ProgressViewIOS,
|
|
||||||
SegmentedControlIOS,
|
SegmentedControlIOS,
|
||||||
SnapshotViewIOS,
|
SnapshotViewIOS,
|
||||||
TabBarIOS,
|
TabBarIOS,
|
||||||
|
|||||||
Reference in New Issue
Block a user