We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02298b5 commit ed370eeCopy full SHA for ed370ee
1 file changed
README.md
@@ -133,7 +133,7 @@ It is certainly possible to create a great app using React Native without writin
133
- (void)processString:(NSString *)input callback:(RCTResponseSenderBlock)callback
134
{
135
RCT_EXPORT(); // available as NativeModules.MyCustomModule.processString
136
- callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"];]]);
+ callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"]]);
137
}
138
@end
139
```
0 commit comments