Automatically set LayoutOrder
when it's not specified by host instance props
#28
Labels
LayoutOrder
when it's not specified by host instance props
#28
As flex layout rolls out across Roblox, setting
LayoutOrder
on every single UI element is going to get quite cumbersome. Solutions likecreateNextOrder
exist but are still quite verbose. Ideally,ReactRoblox
would support setting this property for relevant instances when it's not specified by the developer.The text was updated successfully, but these errors were encountered: