UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

10 lines (7 loc) 263 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import { AppState } from 'react-native'; const isAppInForeground = () => { return AppState.currentState === 'active'; }; export { isAppInForeground };