Skip to content

Releases: tschoffelen/react-native-email-link

v1.16.1

29 Jun 13:32
f91edd7
Compare
Choose a tag to compare

1.16.1 (2024-06-29)

Bug Fixes

v1.16.0

04 Apr 17:18
e1235b9
Compare
Choose a tag to compare

1.16.0 (2024-04-04)

Bug Fixes

Features

Update EmailException to properly extend Error

23 Jun 12:28
dbedabe
Compare
Choose a tag to compare

Fixed Typescript definitions

19 May 07:22
2ffdd03
Compare
Choose a tag to compare
  • #73 - Make passed options object optional in type definition.

URL encode email bodies on Android

19 May 07:23
37db826
Compare
Choose a tag to compare
  • #71 - URL encode email bodies on Android to avoid cutting off content

Reject with error instead of throwing

19 May 07:24
43dff38
Compare
Choose a tag to compare
  • #70 - Reject with error instead of throwing, which allows catching the error in a try { } catch(){ }