fix the clerical error

This commit is contained in:
yangguang 2015-04-04 17:58:43 +08:00
parent d42ffaa149
commit f1b13681b4
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ var GeoInfo = React.createClass({
- (void)processString:(NSString *)input callback:(RCTResponseSenderBlock)callback
{
RCT_EXPORT(); // available as NativeModules.MyCustomModule.processString
callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"];]]);
callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"]]);
}
@end`}
</Prism>