Home
last modified time | relevance | path

Searched refs:ANDROID_RES_PATH (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts13 import { ANDROID_RES_PATH, dpiValues } from '../../icons/withAndroidIcons';
118 const dpiFolderPath = path.resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName);
147 const dpiFolderPath = path.resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName);
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 …OLOR = exports.META_DATA_NOTIFICATION_ICON = exports.dpiValues = exports.ANDROID_RES_PATH = void 0;
9 exports.ANDROID_RES_PATH = 'android/app/src/main/res/';
113 …const dpiFolderPath = (0, path_1.resolve)(projectRoot, exports.ANDROID_RES_PATH, drawableFolderNam…
136 …const dpiFolderPath = (0, path_1.resolve)(projectRoot, exports.ANDROID_RES_PATH, drawableFolderNam…
161 const rawResourcesPath = (0, path_1.resolve)(projectRoot, exports.ANDROID_RES_PATH, 'raw');
H A DwithNotificationsAndroid.d.ts9 export declare const ANDROID_RES_PATH = "android/app/src/main/res/"; constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts20 export const ANDROID_RES_PATH = 'android/app/src/main/res/'; constant
151 const dpiFolderPath = resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName);
183 const dpiFolderPath = resolve(projectRoot, ANDROID_RES_PATH, drawableFolderName);
211 const rawResourcesPath = resolve(projectRoot, ANDROID_RES_PATH, 'raw');
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.js6 exports.ANDROID_RES_PATH = void 0;
77 const ANDROID_RES_PATH = 'android/app/src/main/res/'; constant
78 exports.ANDROID_RES_PATH = ANDROID_RES_PATH;
249 …const anyDpiV26Directory = _path().default.resolve(projectRoot, ANDROID_RES_PATH, MIPMAP_ANYDPI_V2…
331 dpiFolder: _path().default.resolve(projectRoot, ANDROID_RES_PATH, value.folderName),
H A DwithAndroidIcons.d.ts9 export declare const ANDROID_RES_PATH = "android/app/src/main/res/"; constant
H A DwithAndroidIcons.js.map1ANDROID_RES_PATH","MIPMAP_ANYDPI_V26","ICON_BACKGROUND","IC_LAUNCHER_PNG","IC_LAUNCHER_ROUND_PNG",…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js140 …const dpiFolderPath = _path().default.resolve(projectRoot, _withAndroidIcons().ANDROID_RES_PATH, d…
165 …const dpiFolderPath = _path().default.resolve(projectRoot, _withAndroidIcons().ANDROID_RES_PATH, d…
H A DwithAndroidNotifications.js.map1ANDROID_RES_PATH","fs","ensureDir","iconSizePx","resizedIcon","generateImageAsync","cacheType","sr…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts28 export const ANDROID_RES_PATH = 'android/app/src/main/res/'; constant
250 const anyDpiV26Directory = path.resolve(projectRoot, ANDROID_RES_PATH, MIPMAP_ANYDPI_V26);
357 dpiFolder: path.resolve(projectRoot, ANDROID_RES_PATH, value.folderName),