From c32ed75df4d8519642cf85f791be7e9abbc7344e Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Thu, 28 Dec 2017 21:18:03 +0000 Subject: [PATCH] Fix bracket order typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e9f978..550cf13 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, - 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,