Searched refs:storyboardFilePath (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withIosSplashXcodeProject.ts | 34 const storyboardFilePath = path.join(projectName, STORYBOARD_FILE_PATH); constant 35 if (!project.hasFile(storyboardFilePath)) { 36 debug(`Adding ${storyboardFilePath} to Xcode project`); 38 filepath: storyboardFilePath,
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withIosSplashXcodeProject.js | 52 …const storyboardFilePath = _path().default.join(projectName, _withIosSplashScreenStoryboard().STOR… 53 if (!project.hasFile(storyboardFilePath)) { 54 debug(`Adding ${storyboardFilePath} to Xcode project`); 56 filepath: storyboardFilePath,
|
| H A D | withIosSplashXcodeProject.js.map | 1 …storyboardFilePath","path","join","STORYBOARD_FILE_PATH","hasFile","IOSConfig","XcodeUtils","addRe…
|