Use Pressable
for most links/embeds (#1181)
* delay press on all links * use Pressable for all accessible links
This commit is contained in:
parent
4654a9a45e
commit
462022741d
6 changed files with 15 additions and 33 deletions
|
@ -150,7 +150,6 @@ export function PostEmbeds({
|
|||
return (
|
||||
<Link
|
||||
asAnchor
|
||||
noFeedback
|
||||
style={[styles.extOuter, pal.view, pal.border, style]}
|
||||
href={link.uri}>
|
||||
<ExternalLinkEmbed link={link} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue