react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.49k stars 280 forks source link

How to position the dropdown menu on Android #382

Open ARCHANADEVI25 opened 2 years ago

ARCHANADEVI25 commented 2 years ago

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:

picker

Expected behavior:

picker1

santoshkumar964887 commented 2 years ago

Have you got the solution, I am looking same @ARCHANADEVI25

kkkasio commented 2 years ago

how did you decrease the vertical size of it? image

salomaos commented 2 years ago

Any solution?

cbongardnullpod commented 1 year ago

Any update on this issue?