0.2.9 • Published 1 year ago

expo-custom-mail v0.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

expo-custom-mail

Forked version of https://docs.expo.dev/versions/latest/sdk/mail-composer/

Android only

The fork appeared due to this issue

Compatibility

Expo SDK VersionLib version
500.2.9 ✅
< 500.2.8 ✅

Usage:

import * as ExpoCustomMail from 'expo-custom-mail';
import * as MailComposer from 'expo-mail-composer';

  if (Platform.OS === 'ios') {
    const res = await MailComposer.composeAsync({
      subject,
      attachments,
      recipients,
    });
    if (res.status === MailComposerStatus.SENT) {}
  } else {
    await ExpoCustomMail.composeAsync({
      subject,
      attachments,
      recipients,
    });
  }
0.2.9

1 year ago

0.2.8

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.0

2 years ago