Searched refs:dpiFolderPath (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.ts | 118 const dpiFolderPath = path.resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName); constant 119 await fs.ensureDir(dpiFolderPath); 135 await fs.writeFile(path.resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'), resizedIcon); 147 const dpiFolderPath = path.resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName); constant 148 await fs.remove(path.resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'));
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 151 const dpiFolderPath = resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName); constant 152 if (!existsSync(dpiFolderPath)) { 153 mkdirSync(dpiFolderPath, { recursive: true }); 170 writeFileSync(resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'), resizedIcon); 183 const dpiFolderPath = resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName); constant 184 const iconFile = resolve(dpiFolderPath, NOTIFICATION_ICON + '.png');
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.js | 140 …const dpiFolderPath = _path().default.resolve(projectRoot, _withAndroidIcons().ANDROID_RES_PATH, d… 141 await _fsExtra().default.ensureDir(dpiFolderPath); 154 …await _fsExtra().default.writeFile(_path().default.resolve(dpiFolderPath, NOTIFICATION_ICON + '.pn… 165 …const dpiFolderPath = _path().default.resolve(projectRoot, _withAndroidIcons().ANDROID_RES_PATH, d… 166 …await _fsExtra().default.remove(_path().default.resolve(dpiFolderPath, NOTIFICATION_ICON + '.png')…
|
| H A D | withAndroidNotifications.js.map | 1 …dpiFolderPath","path","resolve","ANDROID_RES_PATH","fs","ensureDir","iconSizePx","resizedIcon","ge…
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.js | 113 …const dpiFolderPath = (0, path_1.resolve)(projectRoot, exports.ANDROID_RES_PATH, drawableFolderNam… 114 if (!(0, fs_1.existsSync)(dpiFolderPath)) { 115 (0, fs_1.mkdirSync)(dpiFolderPath, { recursive: true }); 126 …(0, fs_1.writeFileSync)((0, path_1.resolve)(dpiFolderPath, exports.NOTIFICATION_ICON + '.png'), re… 136 …const dpiFolderPath = (0, path_1.resolve)(projectRoot, exports.ANDROID_RES_PATH, drawableFolderNam… 137 const iconFile = (0, path_1.resolve)(dpiFolderPath, exports.NOTIFICATION_ICON + '.png');
|