mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-01-13 10:34:33 +00:00
remove numbers from selectors in UDPSockets
RCTModuleMethod's initWithObjCMethodName will not properly parse methods with numerals in their names, so replaced base64String: with string:
This commit is contained in:
parent
bda8368289
commit
e7301d81d3
@ -58,7 +58,7 @@ RCT_EXPORT_METHOD(bind:(NSString*)cId
|
||||
}
|
||||
|
||||
RCT_EXPORT_METHOD(send:(NSString*)cId
|
||||
base64String:(NSString*)base64String
|
||||
string:(NSString*)base64String
|
||||
port:(int)port
|
||||
address:(NSString*)address
|
||||
callback:(RCTResponseSenderBlock)callback) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user