bradmartin / nativescript-gif

NativeScript plugin to use native gifs
Other
50 stars 18 forks source link

Type 'typeof Gif' is not assignable to type 'ViewClass' Angular #65

Open adityamadchetti opened 2 years ago

adityamadchetti commented 2 years ago

Nativescript Angular

import { registerElement } from 'nativescript-angular/element-registry';
import { Gif } from 'nativescript-gif';
registerElement('Gif', () => Gif);

package.json
"tns-android": {
      "version": "6.5.3"
    }
"nativescript-gif": "4.0.6",

Type 'typeof Gif' is not assignable to type 'ViewClass'. Type 'Gif' is missing the following properties from type 'View': bindingContext, borderColor, borderTopColor, borderRightColor, and 177 more

image