Skip to content

Commit e662fc1

Browse files
[change] Remove PushNotificationIOS
Ref #1352 Ref facebook/react-native#23313
1 parent f9bf941 commit e662fc1

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

packages/babel-plugin-react-native-web/src/moduleMap.js

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ module.exports = {
3737
Platform: true,
3838
PointPropType: true,
3939
ProgressBar: true,
40-
PushNotificationIOS: true,
4140
RefreshControl: true,
4241
SafeAreaView: true,
4342
ScrollView: true,

packages/react-native-web/src/exports/PushNotificationIOS/index.js

-1
This file was deleted.

packages/react-native-web/src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ import ViewPagerAndroid from './exports/ViewPagerAndroid';
8080
import WebView from './exports/WebView';
8181
// compat (apis)
8282
import PermissionsAndroid from './exports/PermissionsAndroid';
83-
import PushNotificationIOS from './exports/PushNotificationIOS';
8483
import Settings from './exports/Settings';
8584
import StatusBarIOS from './exports/StatusBarIOS';
8685
import Systrace from './exports/Systrace';
@@ -172,7 +171,6 @@ export {
172171
WebView,
173172
// compat (apis)
174173
PermissionsAndroid,
175-
PushNotificationIOS,
176174
Settings,
177175
StatusBarIOS,
178176
Systrace,

0 commit comments

Comments
 (0)