Skip to content

Releases: obipawan/react-native-hyperlink

v0.1.2

Choose a tag to compare

@obipawan obipawan released this 09 Dec 15:33

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@obipawan obipawan released this 09 Dec 15:21

What's Changed

  • fix: replace delete with destructuring to support React Native 0.82+ … by @NikhilMasurkar in #87

New Contributors

Full Changelog: v0.1.0...v0.1.1

Release 0.1.0

Choose a tag to compare

@obipawan obipawan released this 18 Nov 05:20

Full Changelog: v0.0.22...v0.1.0

Release 0.0.21

Choose a tag to compare

@obipawan obipawan released this 22 Aug 08:42

0.0.21 (2022-08-22)

v0.0.19

Choose a tag to compare

@obipawan obipawan released this 24 Dec 09:58

v0.0.18

Choose a tag to compare

@obipawan obipawan released this 11 Dec 11:23
  • Fix linkify not being a default prop (6081be5)

v0.0.17

Choose a tag to compare

@obipawan obipawan released this 10 Dec 06:47

v0.0.16

Choose a tag to compare

@obipawan obipawan released this 25 Aug 11:05

v0.0.14

Choose a tag to compare

@obipawan obipawan released this 26 Apr 16:06
  • fix onPress props being added to non-linked text bug (4d21bf6)

v0.0.13

Choose a tag to compare

@obipawan obipawan released this 21 Apr 08:55
  • 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 (8693689)