Add comment to code block in README

This commit is contained in:
Ben Alpert 2015-03-26 10:48:27 -07:00
parent 95252369ae
commit 1174896650
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ RCT_EXPORT_VIEW_PROPERTY(myCustomProperty);
```
```javascript
// JavaScript
module.exports = createReactIOSNativeComponentClass({
validAttributes: { myCustomProperty: true },
uiViewClassName: 'MyCustomView',