mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 07:09:03 +00:00
[change] Remove PushNotificationIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -37,7 +37,6 @@ module.exports = {
|
||||
Platform: true,
|
||||
PointPropType: true,
|
||||
ProgressBar: true,
|
||||
PushNotificationIOS: true,
|
||||
RefreshControl: true,
|
||||
SafeAreaView: true,
|
||||
ScrollView: true,
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export default {};
|
||||
-2
@@ -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';
|
||||
@@ -172,7 +171,6 @@ export {
|
||||
WebView,
|
||||
// compat (apis)
|
||||
PermissionsAndroid,
|
||||
PushNotificationIOS,
|
||||
Settings,
|
||||
StatusBarIOS,
|
||||
Systrace,
|
||||
|
||||
Reference in New Issue
Block a user