From 117489665089027841ad37b961e55ae31e43649b Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Thu, 26 Mar 2015 10:48:27 -0700 Subject: [PATCH] Add comment to code block in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb4aabf76..6623c129b 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ RCT_EXPORT_VIEW_PROPERTY(myCustomProperty); ``` ```javascript +// JavaScript module.exports = createReactIOSNativeComponentClass({ validAttributes: { myCustomProperty: true }, uiViewClassName: 'MyCustomView',