diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-10-26 20:23:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-26 20:23:43 -0400 |
| commit | 67a3aa389a8b761c9fdf4129265d488a77db1ea9 (patch) | |
| tree | 93bb706dd27808485b0f2db9c12ef79ac39df04f /package.json | |
| parent | d48119be38e1dd3f0abc8a4b61c11aa4d0635810 (diff) | |
[TMA-305] Made things clickable (#67)
* made links clickable
* made handles clickable
* made more links clickable
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e21b52c7..bbcf6b1f 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "react-native-datepicker": "^1.7.2", "react-native-elements": "^2.3.2", "react-native-gesture-handler": "^1.6.1", + "react-native-hyperlink": "^0.0.19", "react-native-image-crop-picker": "^0.32.2", "react-native-inappbrowser-reborn": "^3.4.0", "react-native-linear-gradient": "^2.5.6", |
