Fix Objective-C example in README

This commit is contained in:
Marin Usalj 2015-03-30 14:45:49 -07:00
parent 53142c2710
commit 015136f36e
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