chore: js function name in kt module

This commit is contained in:
Adrian Castro
2024-04-02 15:27:04 +02:00
parent 44647a4141
commit 657c2d01a0

View File

@@ -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
}
}