Commit 7434d24 1 parent 9f1c736 commit 7434d24 Copy full SHA for 7434d24
File tree 4 files changed +0
-9
lines changed
babel-plugin-react-native-web/src
4 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ module.exports = {
11
11
CheckBox : true ,
12
12
Clipboard : true ,
13
13
ColorPropType : true ,
14
- DatePickerAndroid : true ,
15
- DatePickerIOS : true ,
16
14
DeviceEventEmitter : true ,
17
15
DeviceInfo : true ,
18
16
Dimensions : true ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ import EdgeInsetsPropType from './exports/EdgeInsetsPropType';
71
71
import PointPropType from './exports/PointPropType' ;
72
72
73
73
// compat (components)
74
- import DatePickerIOS from './exports/DatePickerIOS' ;
75
74
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid' ;
76
75
import ImageEditor from './exports/ImageEditor' ;
77
76
import ImageStore from './exports/ImageStore' ;
@@ -89,7 +88,6 @@ import ToolbarAndroid from './exports/ToolbarAndroid';
89
88
import ViewPagerAndroid from './exports/ViewPagerAndroid' ;
90
89
import WebView from './exports/WebView' ;
91
90
// compat (apis)
92
- import DatePickerAndroid from './exports/DatePickerAndroid' ;
93
91
import ImagePickerIOS from './exports/ImagePickerIOS' ;
94
92
import PermissionsAndroid from './exports/PermissionsAndroid' ;
95
93
import PushNotificationIOS from './exports/PushNotificationIOS' ;
@@ -175,7 +173,6 @@ export {
175
173
EdgeInsetsPropType ,
176
174
PointPropType ,
177
175
// compat (components)
178
- DatePickerIOS ,
179
176
DrawerLayoutAndroid ,
180
177
ImageEditor ,
181
178
ImageStore ,
@@ -193,7 +190,6 @@ export {
193
190
ViewPagerAndroid ,
194
191
WebView ,
195
192
// compat (apis)
196
- DatePickerAndroid ,
197
193
ImagePickerIOS ,
198
194
PermissionsAndroid ,
199
195
PushNotificationIOS ,
You can’t perform that action at this time.
0 commit comments