You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
I try to import
import { registerElement } from "nativescript-angular/element-registry"; registerElement("PullToRefresh", () => require("nativescript-pulltorefresh").PullToRefresh);
inside
component.ts
. I got this error everytime.ERROR Error: Content must inherit from either UIScrollView, UIWebView or WKWebView!
The text was updated successfully, but these errors were encountered: