mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 06:04:15 +00:00
fix the clerical error
This commit is contained in:
parent
d42ffaa149
commit
f1b13681b4
2
website/src/react-native/index.js
vendored
2
website/src/react-native/index.js
vendored
@ -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…
x
Reference in New Issue
Block a user