Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A DvalidateApplicationId.ts147 return formatInUseWarning(firstApp.trackName, firstApp.sellerName, bundleId);
195 function formatInUseWarning(appName: string, author: string, id: string): string { function