@aws-amplify/core
Version:
Core category of aws-amplify
10 lines (7 loc) • 343 B
JavaScript
import { AppState } from 'react-native';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// @ts-ignore: missing type definition
const isAppInForeground = () => AppState.currentState === 'active';
export { isAppInForeground };
//# sourceMappingURL=isAppInForeground.native.mjs.map