Skip to content

Files

Latest commit

0833307 · Aug 7, 2024

History

History
This branch is 2089 commits behind expo/expo:main.

expo-mail-composer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 23, 2024
Apr 22, 2024
Aug 7, 2024
Nov 1, 2023
Aug 31, 2019
Mar 15, 2024
Aug 7, 2024
Jun 27, 2024
Jan 18, 2019
Feb 22, 2023
Apr 23, 2024
Jul 29, 2023

expo-mail-composer

Provides an API to compose mails using OS specific UI

API documentation

Installation in managed Expo projects

For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.

Installation in bare React Native projects

For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.

Add the package to your npm dependencies

npx expo install expo-mail-composer

Configure for Android

No additional set up necessary.

Configure for iOS

Run npx pod-install after installing the npm package.

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.