Skip to content

Commit

Permalink
Fix bracket order typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamski authored Dec 28, 2017
1 parent 35e958a commit c32ed75
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,
attachments: {[
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 c32ed75

Please sign in to comment.