UNPKG

@aws-amplify/core

Version:
11 lines (9 loc) 454 B
'use strict'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.isAppInForeground = void 0; const react_native_1 = require("react-native"); const isAppInForeground = () => react_native_1.AppState.currentState === 'active'; exports.isAppInForeground = isAppInForeground; //# sourceMappingURL=isAppInForeground.native.js.map