Closed brendandestefano closed 2 years ago
I'm seeing this on iOS with linkDefault
as well. It does nothing.
Setting the following props worked for me on both platforms;
onPress={url => Linking.openURL(url)}
linkText={url =>
url.includes('mailto:') ? url.replace('mailto:', '') : url
}
Describe the bug Tapping on mailto links on Android device is not opening mail apps. Working fine on iOS devices.
To Reproduce Steps to reproduce the behavior:
Expected behavior Open default mail app or show mail app choices
Screenshots
Smartphone (please complete the following information):