Closed engrnvd closed 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.
require('nativescript-cardview').CardView)
Looks like the problem is with Nativescript sidekick. I installed the plugin using sidekick and it installed the old plugin.
Hi there,
The following line didn't work for me on android:
require('@nstudio/nativescript-cardview').CardView
I had to change it to
require('nativescript-cardview').CardView)
to make it work.