Skip to content

Commit 3a06587

Browse files
author
Doong
committed
update README.md
1 parent 36e1eba commit 3a06587

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ const dynamicLinkProps = {
1818
subdomainUrl: 'https://deeplink.tinyhref.com',
1919
appStoreUrl: 'https://apps.apple.com/app/apple-store/id1072038396',
2020
googlePlayUrl: 'https://play.google.com/store/apps/details?id=vn.vtv.vtvgo',
21-
fallbackUrl: 'https://tinyhref.com'
21+
fallbackUrl: 'https://tinyhref.com',
22+
onOpenStore: ({ link }) => {
23+
// Handle Clipboard-Based Deferred Deep Linking
24+
}
2225
};
2326

2427
<DynamicLink

0 commit comments

Comments
 (0)