nativescript-gif
nativescript-gif copied to clipboard
Type 'typeof Gif' is not assignable to type 'ViewClass' Angular
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