Tested on iOS 9.3 and Android API 23
When we have StackLayout with Label as a child and we set horizontal-align:center the result is that the Label position renders differently on the different platforms.
Code to reproduce the issue:
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo">
<StackLayout>
<Label text="Label" fontSize="24"/>
<Button text="TAP" tap="" />
</StackLayout>
</Page>
StackLayout {
horizontal-align: center;
width: 100%;
height: 100%;
}
result
