Skip to content

Commit

Permalink
Update README for multiple attachments update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamski authored Dec 28, 2017
1 parent 4373988 commit 35e958a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ export default class App extends Component {
bccRecipients: ['[email protected]'],
body: '<b>A Bold Body</b>',
isHTML: true,
attachment: {
attachments: {[
path: '', // The absolute path of the file from which to read data.
type: '', // Mime Type: jpg, png, doc, ppt, html, pdf
name: '', // Optional: Custom filename for attachment
}
]}
}, (error, event) => {
Alert.alert(
error,
Expand Down

0 comments on commit 35e958a

Please sign in to comment.