fix the clerical error
This commit is contained in:
parent
d42ffaa149
commit
f1b13681b4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue