@aws-amplify/core
Version:
Core category of aws-amplify
14 lines (12 loc) • 473 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.expoDetect = void 0;
const helpers_1 = require("./helpers");
// Tested with expo 48 / react-native 0.71.3
function expoDetect() {
return (0, helpers_1.globalExists)() && typeof global.expo !== 'undefined';
}
exports.expoDetect = expoDetect;
//# sourceMappingURL=Expo.js.map
;