mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
327 B
XML
12 lines
327 B
XML
<Page navigatedTo="onNavigatedTo" xmlns:cc="components">
|
|
<StackLayout class="page-content">
|
|
<Label text="This is DEFAULT other page" />
|
|
|
|
<Button text="tap" tap="tap" class="btn btn-primary"/>
|
|
|
|
<Button text="navigate" tap="navigate" />
|
|
|
|
<cc:my-component />
|
|
</StackLayout>
|
|
</Page>
|