Home
last modified time | relevance | path

Searched refs:rawResourcesPath (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts211 const rawResourcesPath = resolve(projectRoot, ANDROID_RES_PATH, 'raw'); constant
217 const destinationFilepath = resolve(rawResourcesPath, inputFilename);
218 if (!existsSync(rawResourcesPath)) {
219 mkdirSync(rawResourcesPath, { recursive: true });
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js161 const rawResourcesPath = (0, path_1.resolve)(projectRoot, exports.ANDROID_RES_PATH, 'raw');
166 const destinationFilepath = (0, path_1.resolve)(rawResourcesPath, inputFilename);
167 if (!(0, fs_1.existsSync)(rawResourcesPath)) {
168 (0, fs_1.mkdirSync)(rawResourcesPath, { recursive: true });