This repository contains the source code of the Progress NativeScript UI samples application demonstrating the Angular directives. The repository does not contain the source code of Progress NativeScript UI itself but rather uses the npm package:
nativescript-ui-chartnativescript-ui-listviewnativescript-ui-sidedrawernativescript-ui-calendarnativescript-ui-autocompletenativescript-ui-dataformnativescript-ui-gauge
The master branch contains code currently under development and is not meant to be used with the officially released versions of the plugins.
The release branch is the default one and is tested with the latest NativeScript UI plugins available.
Issues related to Progress NativeScript UI are logged in the https://github.com/telerik/nativescript-ui-feedback repository.
Progress NativeScript UI samples app resides at root repository level. The source code of the samples resides in a folder named after each component available as independent plugin. The currently available components are:
- AutoCompleteTextView
- Calendar
- Chart
- DataForm
- Gauge
- ListView
- SideDrawer
Each of the above-mentioned folder has a standard NativeScript application structure as described in this article.
Make sure you are using the latest NativeScript CLI version by running npm i nativescript -g.
Steps to run the sample:
cd listviewtns run androidortns run ios