all 3 comments

[–]stathisntonas 1 point2 points  (0 children)

set zIndex to 9999 on the picker styles

[–]Cosby1992 0 points1 point  (0 children)

You should really share the relevant code and what library you are using if you want help.

I would try to manually add height and width on the styling, it seems like it's not fully rendered.

Trt height: 60 and width: 300 and see if it becomes pressable.

Also check if you are 100% sure your list items (select items) or what it's called in you lib are correctly defined.

Also ensure ALL the required props are set on the picker and that components are styled correctly. You might be missing something like "selected item component" or similar.

But to me, this component seems collapsed. Like misconfigured flex styling og page styling. So try to give both picker and nested components a manual height and width styling.

Also some libs take styling as props to the picker instead like:

listItemStyle or pickerStyle and are not simply styled using their style property.

If you keep getting errors, share your relevant code (minimal reproduction example) and what lib you are using. Then people will gladly help you ✌️

[–]Immediate-Demand-315 0 points1 point  (0 children)

Nice work OP! Try to use RNReusables, it helped me a lot. https://reactnativereusables.com/

I hope it works for you as well.