react-lua
react-lua copied to clipboard
Automatically set `LayoutOrder` when it's not specified by host instance props
As flex layout rolls out across Roblox, setting LayoutOrder on every single UI element is going to get quite cumbersome. Solutions like createNextOrder exist but are still quite verbose. Ideally, ReactRoblox would support setting this property for relevant instances when it's not specified by the developer.