Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts184 const iconFile = resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'); constant
185 if (existsSync(iconFile)) {
186 unlinkSync(iconFile);
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js137 const iconFile = (0, path_1.resolve)(dpiFolderPath, exports.NOTIFICATION_ICON + '.png');
138 if ((0, fs_1.existsSync)(iconFile)) {
139 (0, fs_1.unlinkSync)(iconFile);