Skip to content

Commit 75f302a

Browse files
committed
[change] Remove PickerIOS
Ref #1352 Ref facebook/react-native#23313
1 parent 2375ce2 commit 75f302a

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ module.exports = {
3333
PanResponder: true,
3434
PermissionsAndroid: true,
3535
Picker: true,
36-
PickerIOS: true,
3736
PixelRatio: true,
3837
Platform: true,
3938
PointPropType: true,

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

-2
This file was deleted.

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

-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ import PointPropType from './exports/PointPropType';
7171
// compat (components)
7272
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
7373
import InputAccessoryView from './exports/InputAccessoryView';
74-
import PickerIOS from './exports/PickerIOS';
7574
import ProgressBarAndroid from './exports/ProgressBarAndroid';
7675
import ProgressViewIOS from './exports/ProgressViewIOS';
7776
import SegmentedControlIOS from './exports/SegmentedControlIOS';
@@ -166,7 +165,6 @@ export {
166165
// compat (components)
167166
DrawerLayoutAndroid,
168167
InputAccessoryView,
169-
PickerIOS,
170168
ProgressBarAndroid,
171169
ProgressViewIOS,
172170
SegmentedControlIOS,

0 commit comments

Comments
 (0)