Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native open email client

<Button onPress={() => Linking.openURL('mailto:support@example.com') }
      title="support@example.com" />
        
        
With subject and body:

<Button onPress={() => Linking.openURL('mailto:support@example.com?subject=SendMail&body=Description') }
      title="support@example.com" />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #open #email #client
ADD COMMENT
Topic
Name
6+3 =