UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

10 lines 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 var react_native_1 = require("react-native"); var isAppInForeground = function () { return react_native_1.AppState.currentState === 'active'; }; exports.isAppInForeground = isAppInForeground; //# sourceMappingURL=AppUtils.native.js.map