Home
last modified time | relevance | path

Searched refs:nativeProjectRoot (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DXcodeProjectFile.ts27 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 DXcodeProjectFile.d.ts25 export declare function createBuildSourceFile({ project, nativeProjectRoot, filePath, fileContents,…
27 nativeProjectRoot: string;
H A DXcodeProjectFile.js55 nativeProjectRoot: config.modRequest.platformProjectRoot, property
75 nativeProjectRoot,
80 const absoluteFilePath = _path().default.join(nativeProjectRoot, filePath);
H A DXcodeProjectFile.js.map1nativeProjectRoot","platformProjectRoot","fileContents","path","join","exports","absoluteFilePath"…
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DXcodeProjectFile-test.ts25 nativeProjectRoot: path.join(projectRoot, 'ios'),