Update README.md to follow conventions

Don't submit pull requests from your phone while eating dinner or you will make careless mistakes.
This commit is contained in:
Nick Hudkins 2015-05-11 19:53:49 -04:00
Родитель d43d093bf7
Коммит 7947f04b43
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -177,7 +177,7 @@ Custom iOS views can be exposed by subclassing `RCTViewManager`, implementing a
@implementation MyCustomViewManager
RCT_EXPORT_MODULE();
RCT_EXPORT_MODULE()
- (UIView *)view
{