Files
NativeScript/apps/automated/app/ui/page/page21.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

7 lines
175 B
XML

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