Commit e662fc1 1 parent f9bf941 commit e662fc1 Copy full SHA for e662fc1
File tree 3 files changed +0
-4
lines changed
babel-plugin-react-native-web/src
exports/PushNotificationIOS
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ module.exports = {
37
37
Platform : true ,
38
38
PointPropType : true ,
39
39
ProgressBar : true ,
40
- PushNotificationIOS : true ,
41
40
RefreshControl : true ,
42
41
SafeAreaView : true ,
43
42
ScrollView : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ import ViewPagerAndroid from './exports/ViewPagerAndroid';
80
80
import WebView from './exports/WebView' ;
81
81
// compat (apis)
82
82
import PermissionsAndroid from './exports/PermissionsAndroid' ;
83
- import PushNotificationIOS from './exports/PushNotificationIOS' ;
84
83
import Settings from './exports/Settings' ;
85
84
import StatusBarIOS from './exports/StatusBarIOS' ;
86
85
import Systrace from './exports/Systrace' ;
@@ -172,7 +171,6 @@ export {
172
171
WebView ,
173
172
// compat (apis)
174
173
PermissionsAndroid ,
175
- PushNotificationIOS ,
176
174
Settings ,
177
175
StatusBarIOS ,
178
176
Systrace ,
You can’t perform that action at this time.
0 commit comments