[change] Remove AlertIOS

Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
Nicolas Gallagher
2019-06-28 10:03:58 -07:00
parent c0c7a18aca
commit 920211b998
3 changed files with 0 additions and 4 deletions
@@ -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
View File
@@ -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,