JoshDSommer/nativescript-ngx-slides

Problem with building the App with nativescript-ng2-slides

moda20 opened this issue · 1 comments

Hey! I tried to build my app after installing the plugin from npm and had a merging problem.
The problem was missing semicolons ";" and some uncommented code and i had to fix those myself in the slides.component.ts
i had to comment these lines :
if (app.ios) { /*<<<<<<< HEAD*/ footerSection.clipToBounds = false; /*=======*/ footerSection.clipToBounds = false; } else if (app.android) { footerSection.android.getParent().setClipChildren(false); /*>>>>>>> origin/master*/ }
i think this is a bug, if not i would like to know why did I get the package installed like this.

Hey sorry you're having issues, I just published a new version try installing with npm i -S nativescript-ngx-slides@latest don't install nativescript-ng2-slides those have been deprecated and replaced by nxg-slides. let me know if that works.