SDK 34 - MailComposer crashing

MailComposer will open for a brief second and then crash, eventually crashing the whole application. No error message is displayed. Tested only on iOS, locally.

I have run the expo install command.

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

const status = await MailComposer.composeAsync({
    recipients: ['example@example.ca'],
    body: body
});

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.