Skip to content

Commit

Permalink
[change] Remove ActionSheetIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 0e6df18 commit f1c898e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
module.exports = {
AccessibilityInfo: true,
ActionSheetIOS: true,
ActivityIndicator: true,
Alert: true,
AlertIOS: true,
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-native-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ import ToolbarAndroid from './exports/ToolbarAndroid';
import ViewPagerAndroid from './exports/ViewPagerAndroid';
import WebView from './exports/WebView';
// compat (apis)
import ActionSheetIOS from './exports/ActionSheetIOS';
import AlertIOS from './exports/AlertIOS';
import CameraRoll from './exports/CameraRoll';
import DatePickerAndroid from './exports/DatePickerAndroid';
Expand Down Expand Up @@ -198,7 +197,6 @@ export {
ViewPagerAndroid,
WebView,
// compat (apis)
ActionSheetIOS,
AlertIOS,
CameraRoll,
DatePickerAndroid,
Expand Down

0 comments on commit f1c898e

Please sign in to comment.