Welcome to Telerik UI for NativeScript
This repository holds the sources of Telerik UI for NativeScript. A suite of rich-ui NativeScript controls targeting Android and iOS, built ontop of the corresponding Telerik UI for Android and Telerik UI for iOS native suites.
Repository overview
The repository is structured as follows:
<control-name> - a root folder named after the component it represents
|_<dev_env> - a NativeScript application which is used to develop the component
|_<app> - the {N} application folder
|_<component> - the folder within the {N} application which holds the source of the component
Branches
There are two main branches which are used during development:
The master branch holds well-tested and stable code which is ready for release at any given time. Official releases are tagged.
The development branch is where work is actively done. At any given time the development branch must not be broken. If any major features are development that are not ready to be committed to development - separate feature-branches need to be created.