Expo share shows first line of content as title in IOS gmail app

I followed this guide.
“expo”: “~43.0.2”

const result = await Share.share({message: ‘shared message … \r\r long text here’}, {subject: ‘Subject Here’});

This code doesn’t show subject and instead shows first line of message.

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