python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Having Node module issue after upgrade to native script 8.1.5
I have upgraded my Native script Project which was running fine on previous version.
After upgraded to 8.1.5, Having node modules error.
My package.json
{
"description": "Order Next Application"...
Naveen Kumar
Votes: 0
Answers: 1
Issues with *ngFor and GridLayout in Nativescript
I have a problem with the grid layout. My code is this one:
<GridLayout padding="10%"columns="auto, auto, auto, auto, auto, auto, auto" rows="*">
<ng-c...
FedericoAntosiano
Votes: 0
Answers: 1
on Nativescript Calendar How to styling eventfontcolor with android?
I'm using the Nativescript Calendar on XML & JavaScript
I follow Nativescript Documentation using eventTextColor but only ios can using
<calendar:CalendarMonthViewStyle.dayCellStyle>
<...
Ken
Votes: 0
Answers: 0
error TS1144: function assert(value: unknown, message?: string | Error): asserts value
I'm building a nativescript plugin. While generating the plugin, getting below error.
Nativescript version - 8.1.5
any help how to resolve this, would be appreciated.
My package.json looks like below...
Deepu
Votes: 0
Answers: 0