UNPKG

213 BJavaScriptView Raw
1'use strict';
2
3import { AppState } from 'react-native';
4import PushNotificationIOS from "@react-native-community/push-notification-ios";
5
6module.exports = {
7 state: AppState,
8 component: PushNotificationIOS
9};
10