UNPKG

@aws-amplify/core

Version:
9 lines (6 loc) 304 B
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