Closed StCyr closed 2 years ago
I'm unclear on what the problem is that you're running into. The sample code doesn't seem to include the kebab menu button, but regardless this seems like a standard View styling question to me, unrelated to Drax. I think you should be able to create a wrapper View (as you did here) which lays out its children horizontally, then have it contain a DraxScrollView with flex 1 followed by a View of fixed width for your kebab button.
I'm going to close this issue for now, but we can reopen it if needed.
So, I have a header bar made of a draxScrollView component and I would like to put a sticky kebab-style menu on its right. Something like this:
But, whatever I'm doing, the menu component is pushed on the next line, like this:
Could you help me?
Here's the code: