Home
last modified time | relevance | path

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

/expo/packages/create-expo-module/src/
H A Dprompts.ts7 function getInitialName(customTargetPath?: string | null): string {
8 const targetBasename = customTargetPath && path.basename(customTargetPath);
14 export function getSlugPrompt(customTargetPath?: string | null): PromptObject<string> {
15 const initial = getInitialName(customTargetPath);
26 export function getLocalFolderNamePrompt(customTargetPath?: string | null): PromptObject<string> {
27 const initial = getInitialName(customTargetPath);
H A Dcreate-expo-module.ts300 async function askForPackageSlugAsync(customTargetPath?: string, isLocal = false): Promise<string> {
302 (isLocal ? getLocalFolderNamePrompt : getSlugPrompt)(customTargetPath),
/expo/packages/create-expo-module/build/
H A Dprompts.js10 function getInitialName(customTargetPath) { argument
11 const targetBasename = customTargetPath && path_1.default.basename(customTargetPath);
16 function getSlugPrompt(customTargetPath) { argument
17 const initial = getInitialName(customTargetPath);
27 function getLocalFolderNamePrompt(customTargetPath) { argument
28 const initial = getInitialName(customTargetPath);
H A Dprompts.d.ts2 export declare function getSlugPrompt(customTargetPath?: string | null): PromptObject<string>;
3 export declare function getLocalFolderNamePrompt(customTargetPath?: string | null): PromptObject<st…
H A Dprompts.js.map1customTargetPath?: string | null): string {\n const targetBasename = customTargetPath && path.bas…
H A Dcreate-expo-module.js240 async function askForPackageSlugAsync(customTargetPath, isLocal = false) { argument
241 …ault)((isLocal ? prompts_2.getLocalFolderNamePrompt : prompts_2.getSlugPrompt)(customTargetPath), {
H A Dcreate-expo-module.js.map1customTargetPath?: string, isLocal = false): Promise<string> {\n const { slug } = await prompts(\…
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DGoogleServices-test.ts69 const customTargetPath = './not/sure/why/youd/do/this/google-services.json'; constant
78 customTargetPath
84 resolve(projectRoot, customTargetPath)