Files
NativeScript/tests/app/ui/root-view/root-modules/gridlayout-root.xml
Alexander Vakrilov f1c0b85d95 fix(layout): IOS Layout not invalidated with custom root (#5724)
* fix(layout): Buuple up layout trough viewControllers

* test: Layout invalidates correctly with different root view

* chore: tslint
2018-05-18 10:44:02 +03:00

3 lines
103 B
XML

<GridLayout class="MyStackLayoutRoot">
<Label text="I'm here!!!" id="my-test-label"/>
</GridLayout>