Answers for "react native open email client expo"

1

react native open email client expo

<Button onPress={() => Linking.openURL('mailto:[email protected]') }
      title="[email protected]" />
        
        
With subject and body:

<Button onPress={() => Linking.openURL('mailto:[email protected]?subject=SendMail&body=Description') }
      title="[email protected]" />
Posted by: Guest on April-30-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language