Home
last modified time | relevance | path

Searched refs:isRunningInExpoGo (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo/build/
H A DExpo.fx.js6 import { isRunningInExpoGo } from './environment/ExpoGo';
25 if (isRunningInExpoGo()) {
H A DExpo.d.ts4 export { isRunningInExpoGo, getExpoGoProjectConfig } from './environment/ExpoGo';
H A DExpo.js4 export { isRunningInExpoGo, getExpoGoProjectConfig } from './environment/ExpoGo';
H A DExpo.js.map1 …terRootComponent } from './launch/registerRootComponent';\nexport { isRunningInExpoGo, getExpoGoPr…
H A DExpo.fx.js.map1isRunningInExpoGo } from './environment/ExpoGo';\nimport { createErrorHandler } from './errors/Exp…
/expo/packages/expo/build/launch/
H A DwithDevTools.ios.js3 import { isRunningInExpoGo } from '../environment/ExpoGo';
20 const shouldUseExpoFastRefreshView = isRunningInExpoGo();
H A DwithDevTools.ios.js.map1isRunningInExpoGo } from '../environment/ExpoGo';\n\n/**\n * Append the Expo Fast Refresh view and…
/expo/packages/expo/build/environment/
H A DExpoGo.web.d.ts1 export declare function isRunningInExpoGo(): boolean; function
H A DExpoGo.web.js1 export function isRunningInExpoGo() { function
H A DExpoGo.js15 export function isRunningInExpoGo() { function
H A DExpoGo.d.ts24 export declare function isRunningInExpoGo(): boolean; function
H A DExpoGo.web.js.map1 …;IACpC,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["export function isRunningInExpoGo() {\n retur…
H A DExpoGo.js.map1 … value whether the app is running in Expo Go.\n */\nexport function isRunningInExpoGo(): boolean {…
/expo/packages/expo/src/environment/
H A DExpoGo.web.ts1 export function isRunningInExpoGo() { function
H A DExpoGo.ts43 export function isRunningInExpoGo(): boolean { function
/expo/packages/expo/src/
H A DExpo.ts5 export { isRunningInExpoGo, getExpoGoProjectConfig } from './environment/ExpoGo';
H A DExpo.fx.tsx8 import { isRunningInExpoGo } from './environment/ExpoGo';
30 if (isRunningInExpoGo()) {
/expo/packages/expo/src/launch/
H A DwithDevTools.ios.tsx4 import { isRunningInExpoGo } from '../environment/ExpoGo';
24 const shouldUseExpoFastRefreshView = isRunningInExpoGo();