Skip to content

Commit

Permalink
Merge pull request #665 from yangguang2009/bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeuzagallo committed May 7, 2015
2 parents 8d1fcfd + f1b1368 commit 6899676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/react-native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RCT_EXPORT_MODULE();
// Available as NativeModules.MyCustomModule.processString
RCT_EXPORT_METHOD(processString:(NSString *)input callback:(RCTResponseSenderBlock)callback)
{
callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"];]]);
callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"]]);
}
@end`}
</Prism>
Expand Down

0 comments on commit 6899676

Please sign in to comment.