<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
<GridLayout>
<Repeater items="{{ items }}">
<Repeater.itemsLayout>
<WrapLayout itemWidth="1000" />
</Repeater.itemsLayout>
<Repeater.itemTemplate>
<Label text="{{ $value }}"/>
</Repeater.itemTemplate>
</Repeater>
</GridLayout>
</Page>
The following code
will crash with
