We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833f930 commit dd988fcCopy full SHA for dd988fc
packages/render-html/src/renderers/ARenderer.tsx
@@ -17,6 +17,7 @@ function useAnchorOnLinkPress(
17
const shouldHandleLinkPress =
18
tnode.tagName === 'a' &&
19
typeof normalizedHref === 'string' &&
20
+ href.length > 0 &&
21
typeof onPress === 'function';
22
return shouldHandleLinkPress
23
? (e: GestureResponderEvent) =>
0 commit comments