Files
NativeScript/tests/app/ui/page/page21.xml
2019-09-19 15:40:31 +03:00

7 lines
175 B
XML

<Page shownModally="onShownModally">
<StackLayout>
<Label text="In Modal Page" />
<Repeater items="{{ $value }}" verticalAlignment="top" />
</StackLayout>
</Page>