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
Родитель 53142c2710 015136f36e
Коммит 86a1e7062a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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