Searched refs:renamePackageOnDiskForType (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Package-test.ts | 8 renamePackageOnDiskForType, 62 describe(renamePackageOnDiskForType, () => { 75 await renamePackageOnDiskForType({ 93 await renamePackageOnDiskForType({
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Package.d.ts | 12 export declare function renamePackageOnDiskForType({ projectRoot, type, packageName, }: { function
|
| H A D | Package.js | 10 exports.renamePackageOnDiskForType = renamePackageOnDiskForType; 141 await renamePackageOnDiskForType({ 178 async function renamePackageOnDiskForType({ function
|
| H A D | Package.js.map | 1 …renamePackageOnDiskForType","currentPackageName","jniRoot","filesToUpdate","cwd","absolute","forEa…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Package.ts | 100 await renamePackageOnDiskForType({ projectRoot, type, packageName: newPackageName }); 141 export async function renamePackageOnDiskForType({ function
|