Files
yoga/yoga
Joe Vilches b6f85a1c76 Fix issue where position insets were not working with row reverse (#1431)
Summary:
Pull Request resolved: https://github.com/facebook/yoga/pull/1431

X-link: https://github.com/facebook/react-native/pull/41041

The last of the row-reverse issues hurray!

The position insets were broken with row-reverse since we were using the main-start/main-end edges to inset from and NOT the inline-start/inline-end edges as we should. This made it so that inset in left and right were swapped and same with top and bottom (with column-reverse). The solution here is the same as the previous ones were we are migrating to using inline-start/end as the leading/trailing edge now.

Reviewed By: NickGerleman

Differential Revision: D50390543

fbshipit-source-id: b714deab8489fbe11f7f6db21e4aad3b3aa314b3
2023-10-18 17:30:18 -07:00
..
2023-10-18 17:24:52 -07:00
2023-09-19 01:28:35 -07:00
2023-09-13 20:12:55 -07:00
2023-08-10 17:40:10 -07:00
2023-09-11 19:51:40 -07:00
2023-10-04 20:34:42 -07:00
2023-09-13 20:12:55 -07:00