Searched refs:nativeProjectRoot (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | XcodeProjectFile.ts | 27 nativeProjectRoot: config.modRequest.platformProjectRoot, 46 nativeProjectRoot, 52 nativeProjectRoot: string; 57 const absoluteFilePath = path.join(nativeProjectRoot, filePath);
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | XcodeProjectFile.d.ts | 25 export declare function createBuildSourceFile({ project, nativeProjectRoot, filePath, fileContents,… 27 nativeProjectRoot: string;
|
| H A D | XcodeProjectFile.js | 55 nativeProjectRoot: config.modRequest.platformProjectRoot, property 75 nativeProjectRoot, 80 const absoluteFilePath = _path().default.join(nativeProjectRoot, filePath);
|
| H A D | XcodeProjectFile.js.map | 1 …nativeProjectRoot","platformProjectRoot","fileContents","path","join","exports","absoluteFilePath"…
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | XcodeProjectFile-test.ts | 25 nativeProjectRoot: path.join(projectRoot, 'ios'),
|