Bring back D2570057 (previously backed out) + fixes

Reviewed By: nicklockwood

Differential Revision: D2590604

fb-gh-sync-id: 63a0e0c6afda740f22aacb3f469d411f236fa16b
This commit is contained in:
David Aurelio
2015-10-28 18:41:49 -07:00
committed by facebook-github-bot-7
parent 89f1e6732e
commit 40f513aa71
7 changed files with 153 additions and 86 deletions

View File

@@ -54,6 +54,7 @@ typedef BOOL (^RCTArgumentBlock)(RCTBridge *, NSUInteger, id);
}
@synthesize JSMethodName = _JSMethodName;
@synthesize functionType = _functionType;
static void RCTLogArgumentError(RCTModuleMethod *method, NSUInteger index,
id valueOrType, const char *issue)