Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
29
export
function
getExpoGo(): ExpoGo | undefined {
30
return
RN_GLOBAL_OBJ.expo?.modules?.ExpoGo ?? undefined;
31
}
Callers
1
isExpoGo
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected