mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-18 12:49:24 +00:00
[change] Remove PickerIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -33,7 +33,6 @@ module.exports = {
|
||||
PanResponder: true,
|
||||
PermissionsAndroid: true,
|
||||
Picker: true,
|
||||
PickerIOS: true,
|
||||
PixelRatio: true,
|
||||
Platform: true,
|
||||
PointPropType: true,
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
import UnimplementedView from '../../modules/UnimplementedView';
|
||||
export default UnimplementedView;
|
||||
-2
@@ -71,7 +71,6 @@ import PointPropType from './exports/PointPropType';
|
||||
// compat (components)
|
||||
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
|
||||
import InputAccessoryView from './exports/InputAccessoryView';
|
||||
import PickerIOS from './exports/PickerIOS';
|
||||
import ProgressBarAndroid from './exports/ProgressBarAndroid';
|
||||
import ProgressViewIOS from './exports/ProgressViewIOS';
|
||||
import SegmentedControlIOS from './exports/SegmentedControlIOS';
|
||||
@@ -166,7 +165,6 @@ export {
|
||||
// compat (components)
|
||||
DrawerLayoutAndroid,
|
||||
InputAccessoryView,
|
||||
PickerIOS,
|
||||
ProgressBarAndroid,
|
||||
ProgressViewIOS,
|
||||
SegmentedControlIOS,
|
||||
|
||||
Reference in New Issue
Block a user