I've just started using ComponentKit and seems really straightforward so far, but having a little trouble with flexbox. How would I go about vertically aligning components inside a horizontal CKStackLayoutComponent? What my first attempt was is to add another CKStackLayoutComponent as a child and set that to vertical, and add my components to that, but that crashes on launch.
Any ideas?