Add comment to code block in README
This commit is contained in:
parent
95252369ae
commit
1174896650
|
@ -169,6 +169,7 @@ RCT_EXPORT_VIEW_PROPERTY(myCustomProperty);
|
||||||
```
|
```
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
// JavaScript
|
||||||
module.exports = createReactIOSNativeComponentClass({
|
module.exports = createReactIOSNativeComponentClass({
|
||||||
validAttributes: { myCustomProperty: true },
|
validAttributes: { myCustomProperty: true },
|
||||||
uiViewClassName: 'MyCustomView',
|
uiViewClassName: 'MyCustomView',
|
||||||
|
|
Loading…
Reference in New Issue