mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-01 18:15:13 +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,
|
Platform: true,
|
||||||
PointPropType: true,
|
PointPropType: true,
|
||||||
ProgressBar: true,
|
ProgressBar: true,
|
||||||
PushNotificationIOS: true,
|
|
||||||
RefreshControl: true,
|
RefreshControl: true,
|
||||||
SafeAreaView: true,
|
SafeAreaView: true,
|
||||||
ScrollView: true,
|
ScrollView: true,
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
export default {};
|
|
||||||
-2
@@ -80,7 +80,6 @@ import ViewPagerAndroid from './exports/ViewPagerAndroid';
|
|||||||
import WebView from './exports/WebView';
|
import WebView from './exports/WebView';
|
||||||
// compat (apis)
|
// compat (apis)
|
||||||
import PermissionsAndroid from './exports/PermissionsAndroid';
|
import PermissionsAndroid from './exports/PermissionsAndroid';
|
||||||
import PushNotificationIOS from './exports/PushNotificationIOS';
|
|
||||||
import Settings from './exports/Settings';
|
import Settings from './exports/Settings';
|
||||||
import StatusBarIOS from './exports/StatusBarIOS';
|
import StatusBarIOS from './exports/StatusBarIOS';
|
||||||
import Systrace from './exports/Systrace';
|
import Systrace from './exports/Systrace';
|
||||||
@@ -172,7 +171,6 @@ export {
|
|||||||
WebView,
|
WebView,
|
||||||
// compat (apis)
|
// compat (apis)
|
||||||
PermissionsAndroid,
|
PermissionsAndroid,
|
||||||
PushNotificationIOS,
|
|
||||||
Settings,
|
Settings,
|
||||||
StatusBarIOS,
|
StatusBarIOS,
|
||||||
Systrace,
|
Systrace,
|
||||||
|
|||||||
Reference in New Issue
Block a user