mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-01 18:15:13 +00:00
[change] Remove AlertIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -3,7 +3,6 @@ module.exports = {
|
|||||||
AccessibilityInfo: true,
|
AccessibilityInfo: true,
|
||||||
ActivityIndicator: true,
|
ActivityIndicator: true,
|
||||||
Alert: true,
|
Alert: true,
|
||||||
AlertIOS: true,
|
|
||||||
Animated: true,
|
Animated: true,
|
||||||
AppRegistry: true,
|
AppRegistry: true,
|
||||||
AppState: true,
|
AppState: true,
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
export default {};
|
|
||||||
-2
@@ -90,7 +90,6 @@ import ToolbarAndroid from './exports/ToolbarAndroid';
|
|||||||
import ViewPagerAndroid from './exports/ViewPagerAndroid';
|
import ViewPagerAndroid from './exports/ViewPagerAndroid';
|
||||||
import WebView from './exports/WebView';
|
import WebView from './exports/WebView';
|
||||||
// compat (apis)
|
// compat (apis)
|
||||||
import AlertIOS from './exports/AlertIOS';
|
|
||||||
import CameraRoll from './exports/CameraRoll';
|
import CameraRoll from './exports/CameraRoll';
|
||||||
import DatePickerAndroid from './exports/DatePickerAndroid';
|
import DatePickerAndroid from './exports/DatePickerAndroid';
|
||||||
import ImagePickerIOS from './exports/ImagePickerIOS';
|
import ImagePickerIOS from './exports/ImagePickerIOS';
|
||||||
@@ -197,7 +196,6 @@ export {
|
|||||||
ViewPagerAndroid,
|
ViewPagerAndroid,
|
||||||
WebView,
|
WebView,
|
||||||
// compat (apis)
|
// compat (apis)
|
||||||
AlertIOS,
|
|
||||||
CameraRoll,
|
CameraRoll,
|
||||||
DatePickerAndroid,
|
DatePickerAndroid,
|
||||||
ImagePickerIOS,
|
ImagePickerIOS,
|
||||||
|
|||||||
Reference in New Issue
Block a user