This commit is contained in:
Hailey
2024-06-14 10:26:05 -07:00
parent b3e618d990
commit dacc273458
-2
View File
@@ -19,8 +19,6 @@ export function useIntentHandler() {
React.useEffect(() => {
const handleIncomingURL = (url: string) => {
GetReferrerModule.getReferrerInfoAsync().then(info => {
console.log(info)
if (info && info.hostname !== 'bsky.app') {
logEvent('deepLink:referrerReceived', {
referrer: info?.referrer,