Skip to content

v1.34.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 09:57
· 17 commits to main since this release
51c0cb4

Added

  • ScrollView element alignItems / justifyContent — two optional props on the ScrollView UIElement 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.