Skip to content

Instantly share code, notes, and snippets.

@ChrisFlannagan
Created July 25, 2016 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisFlannagan/4a743ebd646012b12cec31b6df82ce46 to your computer and use it in GitHub Desktop.
Save ChrisFlannagan/4a743ebd646012b12cec31b6df82ce46 to your computer and use it in GitHub Desktop.
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="onNavigatingTo">
<StackLayout>
<Label text="Tap the button" class="title"/>
<Button text="TAP" tap="{{ onTap }}" />
<Label text="{{ message }}" class="message" textWrap="true"/>
</StackLayout>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment