Searched refs:INSTALLATION_ID_KEY (Results 1 – 3 of 3) sorted by relevance
5 const INSTALLATION_ID_KEY = 'EXPO_NOTIFICATIONS_INSTALLATION_ID'; constant19 installationId = localStorage.getItem(INSTALLATION_ID_KEY);22 localStorage.setItem(INSTALLATION_ID_KEY, installationId);
2 const INSTALLATION_ID_KEY = 'EXPO_NOTIFICATIONS_INSTALLATION_ID'; constant13 installationId = localStorage.getItem(INSTALLATION_ID_KEY);16 localStorage.setItem(INSTALLATION_ID_KEY, installationId);
1 …INSTALLATION_ID_KEY = 'EXPO_NOTIFICATIONS_INSTALLATION_ID';\nconst REGISTRATION_INFO_KEY = 'EXPO_N…