react-native-mail icon indicating copy to clipboard operation
react-native-mail copied to clipboard

callback not called when activity starts

Open pke opened this issue 3 years ago • 0 comments

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?

pke avatar Jun 10 '21 08:06 pke