UNPKG

157 BJavaScriptView Raw
1'use strict';
2
3import {
4 AppState,
5 PushNotificationIOS
6} from 'react-native';
7
8module.exports = {
9 state: AppState,
10 component: PushNotificationIOS
11};
12