Files
NativeScript/e2e/file-qualifiers/app/other/other-page.xml
2019-08-02 15:46:04 +03:00

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>