v1.34.0
Added
ScrollViewelementalignItems/justifyContent— two optional props on theScrollViewUIElement controlling cross-axis alignment (alignItems:"flex-start"|"center"|"flex-end"|"stretch"|"baseline") and distribution along the scroll axis (justifyContent:"flex-start"|"center"|"flex-end"|"space-between"|"space-around"). Applied to the scroll content container.