Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/ios/
H A DName.ts49 configOrName: Pick<ExpoConfig, 'name'> | string,
53 if (typeof configOrName === 'string') {
54 name = configOrName;
56 name = getName(configOrName);
/expo/packages/@expo/config-plugins/build/ios/
H A DName.js59 function setDisplayName(configOrName, { argument
64 if (typeof configOrName === 'string') {
65 name = configOrName;
67 name = getName(configOrName);
H A DName.d.ts14 export declare function setDisplayName(configOrName: Pick<ExpoConfig, 'name'> | string, { CFBundleD…
H A DName.js.map1configOrName","CFBundleDisplayName","infoPlist","CFBundleName","project","_getName","sanitizedName…