Searched refs:configOrName (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Name.ts | 49 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 D | Name.js | 59 function setDisplayName(configOrName, { argument 64 if (typeof configOrName === 'string') { 65 name = configOrName; 67 name = getName(configOrName);
|
| H A D | Name.d.ts | 14 export declare function setDisplayName(configOrName: Pick<ExpoConfig, 'name'> | string, { CFBundleD…
|
| H A D | Name.js.map | 1 …configOrName","CFBundleDisplayName","infoPlist","CFBundleName","project","_getName","sanitizedName…
|