[Vuejs]-FlexBoxLayout align-self:flex-end not working in nativescript-vue

1👍

I had the same problem and this fixed it.
Add the order property to the children: order=0 and order=1.

Leave a comment