Skip to content

Commit

Permalink
[change] Remove AlertIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent f1c898e commit beead45
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
Expand Up @@ -3,7 +3,6 @@ module.exports = {
AccessibilityInfo: true,
ActivityIndicator: true,
Alert: true,
AlertIOS: true,
Animated: true,
AppRegistry: true,
AppState: true,
Expand Down
1 change: 0 additions & 1 deletion packages/react-native-web/src/exports/AlertIOS/index.js

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 AlertIOS from './exports/AlertIOS';
import CameraRoll from './exports/CameraRoll';
import DatePickerAndroid from './exports/DatePickerAndroid';
import ImagePickerIOS from './exports/ImagePickerIOS';
Expand Down Expand Up @@ -197,7 +196,6 @@ export {
ViewPagerAndroid,
WebView,
// compat (apis)
AlertIOS,
CameraRoll,
DatePickerAndroid,
ImagePickerIOS,
Expand Down

0 comments on commit beead45

Please sign in to comment.