Home
last modified time | relevance | path

Searched refs:getBundleIdWarningAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A DgetOrPromptApplicationId.ts10 getBundleIdWarningAsync,
71 const warning = await getBundleIdWarningAsync(bundleIdentifier);
H A DvalidateApplicationId.ts157 export const getBundleIdWarningAsync = memoize(getBundleIdWarningInternalAsync); constant