nstudio / nativescript-cardview

:diamonds: :clubs: NativeScript widget for Material Design CardView
MIT License
282 stars 51 forks source link

Nativescript Vue instructions are wrong #116

Closed engrnvd closed 5 years ago

engrnvd commented 5 years ago

Hi there,

The following line didn't work for me on android:

require('@nstudio/nativescript-cardview').CardView

I had to change it torequire('nativescript-cardview').CardView) to make it work.

engrnvd commented 5 years ago

Looks like the problem is with Nativescript sidekick. I installed the plugin using sidekick and it installed the old plugin.