Skip to content

Commit

Permalink
[change] Remove DatePickerAndroid and DatePickerIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 9c033a4 commit a2d34e9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ module.exports = {
CheckBox: true,
Clipboard: true,
ColorPropType: true,
DatePickerAndroid: true,
DatePickerIOS: true,
DeviceEventEmitter: true,
DeviceInfo: true,
Dimensions: true,
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-native-web/src/exports/DatePickerIOS/index.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/react-native-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ import EdgeInsetsPropType from './exports/EdgeInsetsPropType';
import PointPropType from './exports/PointPropType';

// compat (components)
import DatePickerIOS from './exports/DatePickerIOS';
import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
import ImageEditor from './exports/ImageEditor';
import ImageStore from './exports/ImageStore';
Expand All @@ -89,7 +88,6 @@ import ToolbarAndroid from './exports/ToolbarAndroid';
import ViewPagerAndroid from './exports/ViewPagerAndroid';
import WebView from './exports/WebView';
// compat (apis)
import DatePickerAndroid from './exports/DatePickerAndroid';
import ImagePickerIOS from './exports/ImagePickerIOS';
import PermissionsAndroid from './exports/PermissionsAndroid';
import PushNotificationIOS from './exports/PushNotificationIOS';
Expand Down Expand Up @@ -175,7 +173,6 @@ export {
EdgeInsetsPropType,
PointPropType,
// compat (components)
DatePickerIOS,
DrawerLayoutAndroid,
ImageEditor,
ImageStore,
Expand All @@ -193,7 +190,6 @@ export {
ViewPagerAndroid,
WebView,
// compat (apis)
DatePickerAndroid,
ImagePickerIOS,
PermissionsAndroid,
PushNotificationIOS,
Expand Down

0 comments on commit a2d34e9

Please sign in to comment.