/custom-components-nativescipt

Exploring how to write custom components in NativeScript

Primary LanguageJavaScript

Custom components in Nativescript

Setup

  1. Install nativescript by following the official guide.
  2. Change to root of this project and run tns install. This will install nativescript core modules and setup platforms.

Get rolling

Following commands are fairly self-explanatory and should get you rolling in no-time:

tns emulate android
tns emulate ios

tns run android
tns run ios

tns livesync android --watch
tns livesync ios --watch

tns livesync android --emulator --watch
tns livesync ios --emulator --watch