UNPKG

react-native-email-link

Version:
7 lines (4 loc) 261 B
// Placeholder file so that Expo plugin module resolution works import { openInbox, openComposer, getEmailClients } from "./src/ios"; import { EmailException } from "./src/email-exception"; export { EmailException, openInbox, openComposer, getEmailClients };