Searched refs:androidPath (Results 1 – 1 of 1) sorted by relevance
| /expo/tools/src/generate-module/ |
| H A D | configureModule.ts | 178 function findAndroidSourceDir(androidPath: string, flavor: string = 'main'): string { 179 const androidSrcPathBase = path.join(androidPath, 'src', flavor); 229 const androidPath = path.join(modulePath, 'android'); constant 232 const androidSrcPath = findAndroidSourceDir(androidPath); 260 if (fs.existsSync(path.resolve(androidPath, 'src', 'test'))) { 261 const androidTestPath = findAndroidSourceDir(androidPath, 'test'); 285 await replaceContents(androidPath, (singleFileContent) => 291 await replaceContent(path.join(androidPath, 'build.gradle'), (gradleContent) =>
|