Skip to content

Commit

Permalink
Make shared new bridge work in wilde/pyml
Browse files Browse the repository at this point in the history
Reviewed By: javache

Differential Revision: D3926487

fbshipit-source-id: 6c40233c6140ef7ca1f78a5119e34c0979c444ee
  • Loading branch information
mhorowitz authored and Facebook Github Bot committed Sep 28, 2016
1 parent af5c8a8 commit 9981b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Base/RCTBatchedBridge.m
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ - (JSValue *)callFunctionOnModule:(NSString *)module
RCT_PROFILE_BEGIN_EVENT(0, @"callFunctionOnModule", (@{ @"module": module, @"method": method }));
[jsExecutor callFunctionOnModule:module
method:method
arguments:arguments
arguments:arguments ?: @[]
jsValueCallback:^(JSValue *result, NSError *jsError) {
if (error) {
*error = jsError;
Expand Down

0 comments on commit 9981b89

Please sign in to comment.