Searched refs:drawableFolderName (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.ts | 117 const drawableFolderName = folderName.replace('mipmap', 'drawable'); constant 118 const dpiFolderPath = path.resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName); 146 const drawableFolderName = folderName.replace('mipmap', 'drawable'); constant 147 const dpiFolderPath = path.resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName);
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.js | 139 const drawableFolderName = folderName.replace('mipmap', 'drawable'); 140 …h = _path().default.resolve(projectRoot, _withAndroidIcons().ANDROID_RES_PATH, drawableFolderName); 164 const drawableFolderName = folderName.replace('mipmap', 'drawable'); 165 …h = _path().default.resolve(projectRoot, _withAndroidIcons().ANDROID_RES_PATH, drawableFolderName);
|
| H A D | withAndroidNotifications.js.map | 1 …drawableFolderName","replace","dpiFolderPath","path","resolve","ANDROID_RES_PATH","fs","ensureDir"…
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 150 const drawableFolderName = folderName.replace('mipmap', 'drawable'); constant 151 const dpiFolderPath = resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName); 182 const drawableFolderName = folderName.replace('mipmap', 'drawable'); constant 183 const dpiFolderPath = resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName);
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.js | 112 const drawableFolderName = folderName.replace('mipmap', 'drawable'); 113 …nst dpiFolderPath = (0, path_1.resolve)(projectRoot, exports.ANDROID_RES_PATH, drawableFolderName); 135 const drawableFolderName = folderName.replace('mipmap', 'drawable'); 136 …nst dpiFolderPath = (0, path_1.resolve)(projectRoot, exports.ANDROID_RES_PATH, drawableFolderName);
|