react-native-mail
react-native-mail copied to clipboard
callback not called when activity starts
The behaviour of the Mail function is different on iOS and android. On iOS the callback is called (when the mail sheet finished) but on Android the callback is not called only when an error occurs.
The success callback should be at least called when the activity was launched.
Even better: is it possible to monitor the started activity somehow?