openMailApp() { if (Platform.OS === 'android') { NativeModules.UIMailLauncher.launchMailApp(); // UIMailLauncher is the return; } Linking.openURL('message:0'); // iOS return; }