BRCAChallenge / BRCAMobile

0 stars 0 forks source link

URLs in variant detail page should be clickable #14

Closed falquaddoomi closed 6 years ago

falquaddoomi commented 6 years ago

Fixed in commit 6b19ccf2d51ec5c1a7a2e90875b587a79cee3bdb. (We're using a third-party library, react-native-hyperlink, to identify and linkify URLs.)

falquaddoomi commented 6 years ago

9b2a8efd49457d2c5865d297960d414b0a1f3bcc revised this behavior. Changed out react-native-hyperlink for manual link detection using linkify-it. Changed the UI to make the entire detail row clickable instead of the inline link text, making them easier to click.