UNPKG

@aws-amplify/core

Version:
10 lines (7 loc) 343 B
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