-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
The subject line for e-mail share on iOS does not populate. Message populates correctly
import { Share } from 'react-native';
import TextWithEntities from '../Transforms/TextWithHTMLEntities';
const shareWithOptions = (message, url, blurb) => {
let deviceMessage = TextWithEntities(blurb);
Share.share({
message: deviceMessage,
title: message,
url: url
});
};
export { shareWithOptions };
- React Native version: 0.44
- Platform: iOS 10.3.2
- Development Operating System: macOS
- Build tools: Xcode 8.3.3
Expected behavior: subject line should populate using title from share()
WaldoJeffers
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.