Search code examples
react-nativemailtoreact-native-ios

Trying to add mailto - react native


Mailto appears to not be working. All that happens is that the icon appears to be pressed, but no action occurs. Shoots out this warning:

Warning

warning

Code

<TouchableHighlight onPress={() => Linking.openURL('mailto:mailto@deniseleeyohn.com?subject=abcdefg&body=body')}>
                      <Icon style={styles.icons} size={SIZE} name='envelope'/> 
    </TouchableHighlight>

Solution

  • Link not work on Simulator.

    React native linking mail api support subject, body?

    Apple URL Scheme Reference