Mail To Linking

import { Linking } from 'react-native';
...
Linking.openURL('mailto:support@example.com?subject=MySubject&body=MyDescription')