Skip to content

Commit 299cdf3

Browse files
authored
Update deep-linking.md
1 parent 3618365 commit 299cdf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/deep-linking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export const extractDeepLinkFromDynamicLink = (
179179
arr.remove(index, index + 1)
180180
}
181181
})
182+
if(Platform.OS === 'android') return `${hostname}://${hostname}/${arr.join('/')}`
182183
return `${hostname}://${arr.join('/')}`
183184
}
184185
// UTILS END

0 commit comments

Comments
 (0)