fix(rn-android): syntax issue
This commit is contained in:
parent
2a52de073d
commit
da923f13b9
1 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ class ReactNativeModule(reactContext: ReactApplicationContext) :
|
||||||
}
|
}
|
||||||
|
|
||||||
@ReactMethod
|
@ReactMethod
|
||||||
func sendMessage(type: String, message: String) {
|
fun sendMessage(type: String, message: String) {
|
||||||
OpenReplay.sendMessage(type: type, message: message)
|
OpenReplay.sendMessage(type, message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue