Home
last modified time | relevance | path

Searched refs:getExpoGoProjectConfig (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo/build/environment/
H A DExpoGo.web.d.ts2 export declare function getExpoGoProjectConfig(): null;
H A DExpoGo.web.js4 export function getExpoGoProjectConfig() { function
H A DExpoGo.js21 export function getExpoGoProjectConfig() { function
H A DExpoGo.d.ts28 export declare function getExpoGoProjectConfig(): ExpoGoProjectConfig | null;
H A DExpoGo.web.js.map1 …ion isRunningInExpoGo() {\n return false;\n}\n\nexport function getExpoGoProjectConfig() {\n ret…
H A DExpoGo.js.map1 …ull` if the app is not running in Expo Go.\n */\nexport function getExpoGoProjectConfig(): ExpoGoP…
/expo/packages/expo/src/environment/
H A DExpoGo.web.ts5 export function getExpoGoProjectConfig() { function
H A DExpoGo.ts50 export function getExpoGoProjectConfig(): ExpoGoProjectConfig | null { function
/expo/packages/expo/build/
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 …m './launch/registerRootComponent';\nexport { isRunningInExpoGo, getExpoGoProjectConfig } from './…
/expo/packages/expo/src/
H A DExpo.ts5 export { isRunningInExpoGo, getExpoGoProjectConfig } from './environment/ExpoGo';