UNPKG

316 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var react_native_1 = require("react-native");
4var isAppInForeground = function () {
5 return react_native_1.AppState.currentState === 'active';
6};
7exports.isAppInForeground = isAppInForeground;
8//# sourceMappingURL=AppUtils.native.js.map
\No newline at end of file