Home
last modified time | relevance | path

Searched refs:INSTALLATION_ID_KEY (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/src/
H A DServerRegistrationModule.web.ts5 const INSTALLATION_ID_KEY = 'EXPO_NOTIFICATIONS_INSTALLATION_ID'; constant
19 installationId = localStorage.getItem(INSTALLATION_ID_KEY);
22 localStorage.setItem(INSTALLATION_ID_KEY, installationId);
/expo/packages/expo-notifications/build/
H A DServerRegistrationModule.web.js2 const INSTALLATION_ID_KEY = 'EXPO_NOTIFICATIONS_INSTALLATION_ID'; constant
13 installationId = localStorage.getItem(INSTALLATION_ID_KEY);
16 localStorage.setItem(INSTALLATION_ID_KEY, installationId);
H A DServerRegistrationModule.web.js.map1INSTALLATION_ID_KEY = 'EXPO_NOTIFICATIONS_INSTALLATION_ID';\nconst REGISTRATION_INFO_KEY = 'EXPO_N…