Error: Cannot find native module 'ExpoMailComposer'
this is the error I get as soon as I insert
import * as MailComposer from "expo-mail-composer";
in my code.
I believe the documentation says it works with managed workflows but it that is not the case can someone please let me know. Also, if there are other workaround for getting IOS UI integration for sending an email from application to report a user would be great.