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