picker
picker copied to clipboard
How to position the dropdown menu on Android
I'm trying to display a dropdown menu in a React Native android app. I used React Native Picker for the purpose, and it seems very limited in styling and positioning the dropdown menu. I cannot get the menu to pop up below the down arrow button position.
The menu always covers the Picker component. I want it to appear below the Picker.
Actual behavior:

Expected behavior:

Have you got the solution, I am looking same @ARCHANADEVI25
how did you decrease the vertical size of it?

Any solution?
Any update on this issue?