Searched refs:isDevelopmentBuild (Results 1 – 9 of 9) sorted by relevance
5 export declare const isDevelopmentBuild: typeof DevLauncher.isDevelopmentBuild; constant
5 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild; constant
1 …= DevLauncher.registerErrorHandlers;\nexport const isDevelopmentBuild = DevLauncher.isDevelopmentB…
7 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild; constant
6 export declare function isDevelopmentBuild(): boolean;
7 export function isDevelopmentBuild() { function
1 …uncher\" at the top of your index.js.'\n );\n}\n\nexport function isDevelopmentBuild(): boolean {…
16 export function isDevelopmentBuild(): boolean { function
407 - Add the `isDevelopmentBuild` function to determine if you are running in a development build. ([#…