Update README.md

This commit is contained in:
Spencer Ahrens 2015-03-26 10:53:51 -07:00
parent ecc0032c4e
commit 3c08b94189
1 changed files with 1 additions and 1 deletions

View File

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