Hide PWA app from Spotlight

Reviewed By: LukeDefeo

Differential Revision: D50411182

fbshipit-source-id: 46c089c69aefb58f85a861c7898ee355f094e03c
This commit is contained in:
Andrey Goncharov
2023-10-20 05:13:20 -07:00
committed by Facebook GitHub Bot
parent a8be443670
commit aea77cc4da
7 changed files with 85 additions and 31 deletions

View File

@@ -132,6 +132,7 @@ async function install(event: any) {
if (choiceResult.outcome === 'accepted') {
tracker.track('pwa-install-outcome', {installed: true});
console.log('PWA installation, user accepted the prompt.');
return getRenderHostInstance().flipperServer.exec('move-pwa');
} else {
tracker.track('pwa-install-outcome', {installed: false});
console.log('PWA installation, user dismissed the prompt.');