mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
chore: js function name in kt module
This commit is contained in:
@@ -14,7 +14,7 @@ class CheckIosCertificateModule : Module() {
|
|||||||
Name("CheckIosCertificate")
|
Name("CheckIosCertificate")
|
||||||
|
|
||||||
// Defines a JavaScript synchronous function that runs the native code on the JavaScript thread.
|
// Defines a JavaScript synchronous function that runs the native code on the JavaScript thread.
|
||||||
Function("hello") {
|
Function("isDevelopmentProvisioningProfile") {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user