From 375abc3f06093852928ee9f9e8b8fa754ca45dc3 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Fri, 5 Feb 2016 16:33:29 -0800 Subject: [PATCH] More helpful description for native-js prop mismatch Summary: Similar as https://github.com/facebook/react-native/pull/5605 Closes https://github.com/facebook/react-native/pull/5673 Reviewed By: svcscm Differential Revision: D2908218 Pulled By: nicklockwood fb-gh-sync-id: da5e42ea660df2c0bb60165c7429d480414a0a20 --- React/Base/RCTModuleMethod.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/React/Base/RCTModuleMethod.m b/React/Base/RCTModuleMethod.m index 0a6cd9390e..0e7dd72f24 100644 --- a/React/Base/RCTModuleMethod.m +++ b/React/Base/RCTModuleMethod.m @@ -448,7 +448,10 @@ SEL RCTParseMethodSignature(NSString *methodSignature, NSArray