diff --git a/README.md b/README.md index f0d9597..0e9f978 100644 --- a/README.md +++ b/README.md @@ -125,11 +125,11 @@ export default class App extends Component { bccRecipients: ['supportBCC@example.com'], body: 'A Bold Body', 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,