UNPKG

react-native-email-link

Version:
11 lines (8 loc) 279 B
/** * React Native Email Link * * This file supports both iOS and Android. */ import { openInbox, openComposer, getEmailClients } from "./src/ios"; import { EmailException } from "./src/email-exception"; export { EmailException, openInbox, openComposer, getEmailClients };