Skip to content

Commit 4c1369c

Browse files
[change] Remove ActionSheetIOS
Ref #1352 Ref facebook/react-native#23313
1 parent 211c87b commit 4c1369c

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
22
module.exports = {
33
AccessibilityInfo: true,
4-
ActionSheetIOS: true,
54
ActivityIndicator: true,
65
Alert: true,
76
AlertIOS: true,

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

-1
This file was deleted.

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

-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ import ToolbarAndroid from './exports/ToolbarAndroid';
9090
import ViewPagerAndroid from './exports/ViewPagerAndroid';
9191
import WebView from './exports/WebView';
9292
// compat (apis)
93-
import ActionSheetIOS from './exports/ActionSheetIOS';
9493
import AlertIOS from './exports/AlertIOS';
9594
import CameraRoll from './exports/CameraRoll';
9695
import DatePickerAndroid from './exports/DatePickerAndroid';
@@ -198,7 +197,6 @@ export {
198197
ViewPagerAndroid,
199198
WebView,
200199
// compat (apis)
201-
ActionSheetIOS,
202200
AlertIOS,
203201
CameraRoll,
204202
DatePickerAndroid,

0 commit comments

Comments
 (0)