Search code examples
react-nativeexpomfmailcomposeviewcontroller

MFMailComposeViewController in react native on expo


My Goal is to open up the mail modal natively in expo managed workflow on dont want to redirect to the mail app.

This is the code for just open the mail app:

onPress{() => {
     Linking.openURL("mailto:[email protected]");
}}

There is no package or option from expo and I cant use react-native-mail because it contains native code and this doesnt work in expo managed workflow.

Is there another option to get this functionality in expo managed workflow?

Versions:
react: 16.13.1
react-native: 0.63.2
expo: ^40.0.1


Solution

  • https://docs.expo.io/versions/latest/sdk/mail-composer/

    this uses MFMailComposeViewController on iOS: https://github.com/expo/expo/blob/master/packages/expo-mail-composer/ios/EXMailComposer/EXMailComposer.m