From 7947f04b43463f27d6da94df9f8acf8c6c0fc59a Mon Sep 17 00:00:00 2001 From: Nick Hudkins Date: Mon, 11 May 2015 19:53:49 -0400 Subject: [PATCH] Update README.md to follow conventions Don't submit pull requests from your phone while eating dinner or you will make careless mistakes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68eaa6948..c50de977a 100644 --- a/README.md +++ b/README.md @@ -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 {