James Browning

Results 3 comments of James Browning

Absolutely agree that there needs to be a nativescript carousel plugin that enables you to see the beginning of the next slide and the end of the previous slide -...

Sure: ``` "dependencies": { "@angular/animations": "10.1.4", "@angular/common": "10.1.4", "@angular/compiler": "10.1.4", "@angular/core": "10.1.4", "@angular/forms": "10.1.4", "@angular/http": "8.0.0-beta.10", "@angular/platform-browser": "10.1.4", "@angular/platform-browser-dynamic": "10.1.4", "@angular/router": "10.1.4", "@nativescript/angular": "10.1.5", "@nativescript/core": "7.0.3", "@nativescript/firebase": "^11.0.0", "@nativescript/webpack": "3.0.0",...

None of the `nativescript.config.ts` things applied to mine, but adding `"skipLibCheck": true` to `tsconfig.json` seems to have worked. I did think there must be an option for Typescript to ignore...