React Native Hyperlink Versions Save

A component for react-native that makes urls, fuzzy links, emails etc clickable

v0.0.21

1 year ago

0.0.21 (2022-08-22)

v0.0.19

4 years ago
  • injectViewProps (#46) (56f0813493c6ede4d0b5ed541b5fa99194bff796)

v0.0.18

4 years ago
  • Fix linkify not being a default prop (6081be5eb5e09d061d4f45f3ae78da8f59197a8d)

v0.0.17

4 years ago
  • Update to use getDerivedStateFromProps (#29) d97cf7f4836c7f2362621296964253e96e0304d9 @chrismllr 🎊

v0.0.16

4 years ago
  • Remove swap file. Fixes #40 (e3015d8613693892ab8a54a6a7f9edfbfac79664)
  • Fix null children crash. Fixes #36 (60e0ad12ccb93aee37cf94e1a403cd69c025e2f5)
  • Fix link for linkify-it in README #32 @daisy1754
  • Typescript: added d.ts file #41 @Titozzz 🎊
  • Update linkify. Fixes #37 (596ef76f3bf1b63c19aa854bce1af4fdf2d8dc49)

v0.0.14

6 years ago
  • fix onPress props being added to non-linked text bug (4d21bf653fa933ec5c00d70a3763b60e5f5df1b4)

v0.0.13

6 years ago
  • Normalize link protocol to lowercase so Android can recognize it (#24) @Ashoat
  • Only add onLongPress to link component (#22 ) @Derenge
  • fix unnecessary highlight when onPress or onLongPress props are not provided (86936891f91f952ea8a5d724316a2907583a3dbf)

v0.0.12

6 years ago
  • Compile Javascript, with better support for react-native-web (e9d415430a40070cad641e1c8c0c850508bbffd1) @rardoz
  • Added text to onPress and onLongPress functions (971b86690ae70a8acb4a422b646a48df50494e4e) @Kebabpizza

v0.0.11

6 years ago
  • Change PropType imports (1288fc25183ff613172811d6609dae812d8f7108) @justinffs

v0.0.10

6 years ago
  • support Linking. Fixes #9 (0edf56d02f3ab5daf81b344a65e1804c8aa4c750)