Home
last modified time | relevance | path

Searched refs:notificationIcon (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts133 const notificationIcon = mainApplication!['meta-data']!.filter( constant
136 expect(notificationIcon).toHaveLength(1);
137 expect(notificationIcon[0].$['android:resource']).toMatch(NOTIFICATION_ICON_RESOURCE);
155 const notificationIcon = mainApplication!['meta-data']!.filter( constant
158 expect(notificationIcon).toHaveLength(0);
/expo/packages/expo-notifications/build/
H A DgetDevicePushTokenAsync.web.js68 const notificationIcon = (Constants.expoConfig?.notification ?? {}).icon;
69 …await registration.active.postMessage(JSON.stringify({ fromExpoWebClient: { notificationIcon } })); field
H A DgetDevicePushTokenAsync.web.js.map1notificationIcon`.\n // https://stackoverflow.com/a/35729334/2603230\n const notificationIcon = …
/expo/packages/expo-notifications/src/
H A DgetDevicePushTokenAsync.web.ts101 const notificationIcon = (Constants.expoConfig?.notification ?? {}).icon; constant
103 JSON.stringify({ fromExpoWebClient: { notificationIcon } })