Skip to content

[0.44] share on iOS does not utilize title #14607

@dmackinn

Description

@dmackinn

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions