react-native-hyperlink icon indicating copy to clipboard operation
react-native-hyperlink copied to clipboard

Padding breaks link

Open ericuldall opened this issue 2 years ago • 0 comments

Using this in a <Text> with large padding breaks the link for some reason.

Sample:

<Hyperlink linkDefault={ true }>
  <Text style={{padding: 20}}>Testing https://www.google.com</Text>
</Hyperlink>

This was breaking links for me. Switching to margin fixed my use case but thought I'd put this here in case anyone else has a similar issue and can't find out why links aren't working.

ericuldall avatar Feb 16 '23 21:02 ericuldall