MCPcopy Create free account
hub / github.com/getsentry/sentry-react-native / getExpoGo

Function getExpoGo

packages/core/src/js/utils/expomodules.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 * Returns the Expo Go module if present
28 */
29export function getExpoGo(): ExpoGo | undefined {
30 return RN_GLOBAL_OBJ.expo?.modules?.ExpoGo ?? undefined;
31}

Callers 1

isExpoGoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected