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