@sentry/react-native
Version:
Official Sentry SDK for react-native
19 lines (18 loc) • 622 B
TypeScript
import type { ExpoConstants, ExpoDevice, ExpoGo, ExpoUpdates } from './expoglobalobject';
/**
* Returns the Expo Constants module if present
*/
export declare function getExpoConstants(): ExpoConstants | undefined;
/**
* Returns the Expo Device module if present
*/
export declare function getExpoDevice(): ExpoDevice | undefined;
/**
* Returns the Expo Updates module if present
*/
export declare function getExpoUpdates(): ExpoUpdates | undefined;
/**
* Returns the Expo Go module if present
*/
export declare function getExpoGo(): ExpoGo | undefined;
//# sourceMappingURL=expomodules.d.ts.map