mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
5 lines
178 B
XML
5 lines
178 B
XML
<StackLayout loaded="onLoaded" unloaded="onUnloaded">
|
|
<Label text="{{ message }}" />
|
|
<Label text="{{ 'will cancel next back press: ' + shouldCancel }}" />
|
|
</StackLayout>
|