@sentry/react-native
Version:
Official Sentry SDK for react-native
14 lines • 489 B
TypeScript
import type { ExpoConstants, ExpoDevice, 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;
//# sourceMappingURL=expomodules.d.ts.map