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
The problem is not with the video plugin, but other plugins like nativescript-material-bottomsheet. If you check the full error it'll probably say that View is defined in nativescript-material-bottomsheet:
The fix seems to not have been released, so you could open an issue there instead (or replace all declare module 'tns-core-modules/...' in your node_modules with declare module '@nativescript/core/...'
Hi @demetrio812,
Indeed this issue seems to be related to the nativescript-material-bottomsheet, I would suggest to follow up the suggestion of @edusperoni and to open a new issue in the plugin's repository.
Hello,
I'm trying to update from NS 6.1 to NS 6.2 and I'm stuck with this issue on 2 of the components I'm using:
Type 'typeof Video' is not assignable to type 'ViewClass'
nstudio/nativescript-videoplayer#160
and
Type 'typeof CardView' is not assignable to type 'ViewClass'
https://git.proplugins.org/proplugins/nativescript-cardview/issues/1
Is it an issue with the plugins or Nativescript (maybe some wrong version of the packages?)
This is my
package.json
:I didn't get any reply from the plugins owner and didn't find anything, hopefully you can give me some directions to test.
Thanks
The text was updated successfully, but these errors were encountered: