@aws-amplify/core
Version:
Core category of aws-amplify
13 lines (11 loc) • 444 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 = expoDetect;
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';
}
//# sourceMappingURL=Expo.js.map
;