Created
December 13, 2016 13:44
-
-
Save mikebranstein/56713d56f75fa6a4daa3d0b7fe01f806 to your computer and use it in GitHub Desktop.
NativeScript stack layout example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<StackLayout> | |
<Button text="Everything is awesome..." /> | |
<Button text="when you’re using NativeScript!" /> | |
</StackLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment