Skip to content
New issue

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

[@nativescript/google-signin] Interfaces is not defined in worker #566

Open
vallemar opened this issue Jan 18, 2024 · 2 comments
Open

[@nativescript/google-signin] Interfaces is not defined in worker #566

vallemar opened this issue Jan 18, 2024 · 2 comments

Comments

@vallemar
Copy link
Contributor

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

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)
@triniwiz
Copy link
Member

What version of the runtime was this ?

@vallemar
Copy link
Contributor Author

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",
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants