Skip to content

Commit c32ed75

Browse files
authored
Fix bracket order typo
1 parent 35e958a commit c32ed75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ export default class App extends Component {
125125
bccRecipients: ['[email protected]'],
126126
body: '<b>A Bold Body</b>',
127127
isHTML: true,
128-
attachments: {[
128+
attachments: [{
129129
path: '', // The absolute path of the file from which to read data.
130130
type: '', // Mime Type: jpg, png, doc, ppt, html, pdf
131131
name: '', // Optional: Custom filename for attachment
132-
]}
132+
}]
133133
}, (error, event) => {
134134
Alert.alert(
135135
error,

0 commit comments

Comments
 (0)