Searched refs:isRunningInExpoGo (Results 1 – 18 of 18) sorted by relevance
6 import { isRunningInExpoGo } from './environment/ExpoGo';25 if (isRunningInExpoGo()) {
4 export { isRunningInExpoGo, getExpoGoProjectConfig } from './environment/ExpoGo';
1 …terRootComponent } from './launch/registerRootComponent';\nexport { isRunningInExpoGo, getExpoGoPr…
1 …isRunningInExpoGo } from './environment/ExpoGo';\nimport { createErrorHandler } from './errors/Exp…
3 import { isRunningInExpoGo } from '../environment/ExpoGo';20 const shouldUseExpoFastRefreshView = isRunningInExpoGo();
1 …isRunningInExpoGo } from '../environment/ExpoGo';\n\n/**\n * Append the Expo Fast Refresh view and…
1 export declare function isRunningInExpoGo(): boolean; function
1 export function isRunningInExpoGo() { function
15 export function isRunningInExpoGo() { function
24 export declare function isRunningInExpoGo(): boolean; function
1 …;IACpC,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["export function isRunningInExpoGo() {\n retur…
1 … value whether the app is running in Expo Go.\n */\nexport function isRunningInExpoGo(): boolean {…
43 export function isRunningInExpoGo(): boolean { function
5 export { isRunningInExpoGo, getExpoGoProjectConfig } from './environment/ExpoGo';
8 import { isRunningInExpoGo } from './environment/ExpoGo';30 if (isRunningInExpoGo()) {
4 import { isRunningInExpoGo } from '../environment/ExpoGo';24 const shouldUseExpoFastRefreshView = isRunningInExpoGo();