@aws-amplify/core
Version:
Core category of aws-amplify
13 lines (10 loc) • 371 B
JavaScript
import { globalExists } from './helpers.mjs';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Tested with expo 48 / react-native 0.71.3
function expoDetect() {
// @ts-ignore
return globalExists() && typeof global['expo'] !== 'undefined';
}
export { expoDetect };
//# sourceMappingURL=Expo.mjs.map