Skip to content

Instantly share code, notes, and snippets.

View psalm987's full-sized avatar
🏠
Working from home

Samuel Seibidor psalm987

🏠
Working from home
View GitHub Profile
import { Notifications } from 'expo';
import { AppState, Platform } from 'react-native';
import { Component } from 'react';
const isIos = Platform.OS === 'ios';
export class NotificationHandler extends Component {
state = {
appState: AppState.current
};