Commit 75f302a 1 parent 2375ce2 commit 75f302a Copy full SHA for 75f302a
File tree 3 files changed +0
-5
lines changed
babel-plugin-react-native-web/src
3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ module.exports = {
33
33
PanResponder : true ,
34
34
PermissionsAndroid : true ,
35
35
Picker : true ,
36
- PickerIOS : true ,
37
36
PixelRatio : true ,
38
37
Platform : true ,
39
38
PointPropType : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -71,7 +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 PickerIOS from './exports/PickerIOS' ;
75
74
import ProgressBarAndroid from './exports/ProgressBarAndroid' ;
76
75
import ProgressViewIOS from './exports/ProgressViewIOS' ;
77
76
import SegmentedControlIOS from './exports/SegmentedControlIOS' ;
@@ -166,7 +165,6 @@ export {
166
165
// compat (components)
167
166
DrawerLayoutAndroid ,
168
167
InputAccessoryView ,
169
- PickerIOS ,
170
168
ProgressBarAndroid ,
171
169
ProgressViewIOS ,
172
170
SegmentedControlIOS ,
You can’t perform that action at this time.
0 commit comments