mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-22 06:18:41 +00:00
[change] Remove ActionSheetIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
module.exports = {
|
||||
AccessibilityInfo: true,
|
||||
ActionSheetIOS: true,
|
||||
ActivityIndicator: true,
|
||||
Alert: true,
|
||||
AlertIOS: true,
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export default {};
|
||||
-2
@@ -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';
|
||||
@@ -198,7 +197,6 @@ export {
|
||||
ViewPagerAndroid,
|
||||
WebView,
|
||||
// compat (apis)
|
||||
ActionSheetIOS,
|
||||
AlertIOS,
|
||||
CameraRoll,
|
||||
DatePickerAndroid,
|
||||
|
||||
Reference in New Issue
Block a user