UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

8 lines (5 loc) 154 B
import { AppState } from 'react-native'; const isAppInForeground = () => { return AppState.currentState === 'active'; }; export { isAppInForeground };