Home
last modified time | relevance | path

Searched refs:isDevelopmentBuild (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-dev-client/build/
H A DDevClient.d.ts5 export declare const isDevelopmentBuild: typeof DevLauncher.isDevelopmentBuild; constant
H A DDevClient.js5 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild; constant
H A DDevClient.js.map1 …= DevLauncher.registerErrorHandlers;\nexport const isDevelopmentBuild = DevLauncher.isDevelopmentB…
/expo/packages/expo-dev-client/src/
H A DDevClient.ts7 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild; constant
/expo/packages/expo-dev-launcher/build/
H A DDevLauncher.d.ts6 export declare function isDevelopmentBuild(): boolean;
H A DDevLauncher.js7 export function isDevelopmentBuild() { function
H A DDevLauncher.js.map1 …uncher\" at the top of your index.js.'\n );\n}\n\nexport function isDevelopmentBuild(): boolean {…
/expo/packages/expo-dev-launcher/src/
H A DDevLauncher.ts16 export function isDevelopmentBuild(): boolean { function
/expo/packages/expo-dev-launcher/
H A DCHANGELOG.md407 - Add the `isDevelopmentBuild` function to determine if you are running in a development build. ([#…