We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have a problem when I import this file in worker, the Interfazes is not defined https://github.com/NativeScript/plugins/blob/main/packages/google-signin/index.android.ts#L254
Interfazes
I imported globals but not help the output .js code is
ClickListenerImpl = __decorate([ Interfaces([android.view.View.OnClickListener]), __metadata("design:paramtypes", [typeof (_a = typeof WeakRef !== "undefined" && WeakRef) === "function" ? _a : Object]) ], ClickListenerImpl)
The text was updated successfully, but these errors were encountered:
What version of the runtime was this ?
Sorry, something went wrong.
Hi @triniwiz, I have this versions:
"dependencies": { "@nativescript/core": "^8.6.2", "@nativescript/google-signin": "^2.0.6", }, "devDependencies": { "@nativescript/android": "next", "@nativescript/ios": "next", "@nativescript/types": "~8.5.0", "@nativescript/webpack": "~5.0.0", }
No branches or pull requests
Hi, I have a problem when I import this file in worker, the
Interfazes
is not definedhttps://github.com/NativeScript/plugins/blob/main/packages/google-signin/index.android.ts#L254
I imported globals but not help
the output .js code is
The text was updated successfully, but these errors were encountered: