Skip to content

Commit

Permalink
[change] Remove PushNotificationIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent d921924 commit f22646d
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 @@ -37,7 +37,6 @@ module.exports = {
Platform: true,
PointPropType: true,
ProgressBar: true,
PushNotificationIOS: true,
RefreshControl: true,
SafeAreaView: true,
ScrollView: true,
Expand Down

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 @@ -80,7 +80,6 @@ import ViewPagerAndroid from './exports/ViewPagerAndroid';
import WebView from './exports/WebView';
// compat (apis)
import PermissionsAndroid from './exports/PermissionsAndroid';
import PushNotificationIOS from './exports/PushNotificationIOS';
import Settings from './exports/Settings';
import StatusBarIOS from './exports/StatusBarIOS';
import Systrace from './exports/Systrace';
Expand Down Expand Up @@ -172,7 +171,6 @@ export {
WebView,
// compat (apis)
PermissionsAndroid,
PushNotificationIOS,
Settings,
StatusBarIOS,
Systrace,
Expand Down

0 comments on commit f22646d

Please sign in to comment.