* use asAnchor on external embeds * add noFeedback back, fix TouchableWithoutFeedback anchor handling
This commit is contained in:
@@ -181,9 +181,10 @@ export function PostEmbeds({
|
||||
|
||||
return (
|
||||
<Link
|
||||
asAnchor
|
||||
noFeedback
|
||||
style={[styles.extOuter, pal.view, pal.border, style]}
|
||||
href={link.uri}
|
||||
noFeedback>
|
||||
href={link.uri}>
|
||||
<ExternalLinkEmbed link={link} />
|
||||
</Link>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user