Releases: tschoffelen/react-native-email-link
Releases · tschoffelen/react-native-email-link
v1.16.1
v1.16.0
Update EmailException to properly extend Error
v1.9.2 1.9.2
Fixed Typescript definitions
- #73 - Make passed
options
object optional in type definition.
URL encode email bodies on Android
- #71 - URL encode email bodies on Android to avoid cutting off content
Reject with error instead of throwing
- #70 - Reject with error instead of throwing, which allows catching the error in a
try { } catch(){ }