Closed andrew-blackwood closed 2 years ago
Throw an error from Android native open method in the case where no email apps are found. Catch this error in the JS side, and throw the error using the custom EmailException with the same message that is used on iOS for the same situation.
open
EmailException
Fixes https://github.com/flexible-agency/react-native-email-link/issues/104
Amazing, thanks for this!
Released to NPM: react-native-email-link@1.14.0
react-native-email-link@1.14.0
Throw an error from Android native
open
method in the case where no email apps are found. Catch this error in the JS side, and throw the error using the customEmailException
with the same message that is used on iOS for the same situation.Fixes https://github.com/flexible-agency/react-native-email-link/issues/104