Skip to content

Add `static` position feature

Compare
Choose a tag to compare
@lucdion lucdion released this 16 Jun 14:59
· 20 commits to master since this release

Add feature for the static position supported in Yoga version 3.0.0.

  • Due to the default behavior of Yoga, insets like top, left, bottom, and right also affect relative position view. Accordingly, the README, docs and comments have been updated to match the Yoga specifications.
  • Added static case to position and unit tests.

https://www.yogalayout.dev/docs/styling/position
https://www.yogalayout.dev/docs/styling/insets

Added by heoblitz in Pull Request #245