Closed pete-watters closed 2 months ago
Looks good @pete-watters 👍
Looks great! 🚀
Thanks 🙇
I'll merge this as it is adding the component correctly although the alignment of items (see demo) could need some work which we can tweak when consuming it.
This adds a native version of
ItemLayout
. Using the web styles and its not looking quite right:https://github.com/user-attachments/assets/ad0b40dd-8657-4548-bfbf-74841ae043fd
On native, it seems like
alignItems
doesn't supportstart
/end
so I have instead usedflex-start
andflex-end
, maybe thats the issue?When I check the web.storybook
ItemLayout
is not loading at all there so I can investigate fixing that and compare