hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

Scrolling not working on android with latest react native (0.71) #661

Open manish-metacube opened 1 year ago

manish-metacube commented 1 year ago

Hi all,

I have recently upgraded my react native app from 0.68 to 0.71 and all things works fine except that scrolling of drop down picker on android device. All drop down has suddenly stopped working after this upgrade. Has anyone face this issue?

Can I get any update on it?

@mikehardy @tsheaff @AlexanderArvidsson @mjmasn @tek256

Manish Kumar Android scroll issue

hossein-zare commented 1 year ago

Hi, Please try solutions mentioned in issue #647

SDamasceno-Dev commented 11 months ago

In my case, I fixed this issue with these steps: 1- My project already had react-native-gesture-handler in version 2.4.0; 2- I installed react-native-dropdown-picker@^5.4.7-beta.1; 3- I placed the z-index in the view that surrounds the DropDown component (only here);

Voila, everything works perfectly now.