tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Project source to tutorials presented here: https://docs.nativescript.org/tutorial/

Results 3 tutorials issues
Sort by recently updated
recently updated
newest added

I had to open an issue since I can't push directoy to the repo. Trying to run "ns run android" get this error: ![image](https://user-images.githubusercontent.com/3516336/191862723-e6792e15-09d7-42b9-a730-f0b971342081.png) The issue can be fixed quite...

In the definition of `app/home/home-view-model.ts` in the [Home UI](https://docs.nativescript.org/tutorial/plain.html#create-the-home-page) section there is an error in the `populateFlicks` function. It is defined as ``` populateFlicks(): void { this._flicks = FlickService().getInstance().getFlicks(); }...

In the [Plain tutorial](https://docs.nativescript.org/tutorial/plain.html#folder-structure) the folder structure is defined as: ``` app |- assets |- anastasia.png |- beetlejuicemusical.png |- bookofmormon.png |- home |- home-page.ts |- home-page.xml |- home-view-model.ts |- details...