Searched refs:serviceWorkerPath (Results 1 – 3 of 3) sorted by relevance
26 const serviceWorkerPath = Constants.expoConfig?.notification?.serviceWorkerPath;27 if (!serviceWorkerPath) {33 registration = await navigator.serviceWorker.register(serviceWorkerPath);36 …er this device for push notifications because the service worker (${serviceWorkerPath}) could not …
1 …serviceWorkerPath = Constants.expoConfig?.notification?.serviceWorkerPath;\n if (!serviceWorkerPa…
44 const serviceWorkerPath = Constants.expoConfig?.notification?.serviceWorkerPath; constant45 if (!serviceWorkerPath) {55 registration = await navigator.serviceWorker.register(serviceWorkerPath);59 …er this device for push notifications because the service worker (${serviceWorkerPath}) could not …