nstudio / nativescript-cardview

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

Any support for NativeScript 5? #97

Closed COLTstreet closed 5 years ago

COLTstreet commented 6 years ago

I'm having issues using the CardView and I think it might be because I'm on 5.0. Just curious if this is support or not for NativeScript 5.

bradmartin commented 6 years ago

Shouldn't be any issues. I ran a test with the RC of 5x weeks ago. Do you have any error messages or crash logs?

Might just be a situation where you need to update the support libs and android SDKs, then nuke your node_modules and platforms directory and rebuild the NS project.

LMK if that helps any.

COLTstreet commented 6 years ago

So it looks like it works through the emulator after a build but tns preview won't work,

lauhakari commented 5 years ago

I'm having the same problem. When I do get to run in preview at all, the CardView just doesn't show up. Works in the Android emulator.

Oh and I'm using nativescript-vue, if that changes anything.

bradmartin commented 5 years ago

Forgot to circle back here. I don't use the preview app because I know it's limited to not being able to recompile since it's already a compiled android/ios app. So you can't load new libraries to the android/ios side.

Nothing the plugin can do.