[change] Remove PushNotificationIOS

Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
Nicolas Gallagher
2019-06-28 11:14:33 -07:00
parent 72ede16c9c
commit 41e4f05eb0
3 changed files with 0 additions and 4 deletions
@@ -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
View File
@@ -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,