Merge pull request #513 from supermarin/patch-1

Fix Objective-C example in README
This commit is contained in:
Alexander Kotliarskyi 2015-03-30 14:46:56 -07:00
commit 86a1e7062a
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ Custom iOS views can be exposed by subclassing `RCTViewManager`, implementing a
RCT_EXPORT_VIEW_PROPERTY(myCustomProperty);
@end`}
@end
```
```javascript