How do I make SelectContent match the SelectTrigger width in React Native Reusables?
Using w-[--radix-select-trigger-width] (from the web version) doesn't work on native. Is there a built-in way to sync these widths, or do I need to measure the trigger manually using onLayout?
How do I make SelectContent match the SelectTrigger width in React Native Reusables?
Using w-[--radix-select-trigger-width] (from the web version) doesn't work on native. Is there a built-in way to sync these widths, or do I need to measure the trigger manually using onLayout?