hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
993 stars 173 forks source link

Dropdown scrolling issue #178

Open amitchodhary0786 opened 1 year ago

amitchodhary0786 commented 1 year ago

when use two dropdown in single view and view is horizontal manner the second dropdown scrolling not working in react native how can solve this issue

vaishnaviReyna commented 1 year ago

It's a bug from the package it self. Please install the version <= 2.5.3.

amitchodhary0786 commented 1 year ago

its working on 2.5.3 v

thanks

On Thu, May 4, 2023 at 12:33 PM vaishnaviReyna @.***> wrote:

It's a bug from the package it self. Please install the version <= 2.5.3.

— Reply to this email directly, view it on GitHub https://github.com/hoaphantn7604/react-native-element-dropdown/issues/178#issuecomment-1534189394, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKOPO7TVZEM6SPOCLRNA6R3XENIEBANCNFSM6AAAAAAXP7WH7U . You are receiving this because you authored the thread.Message ID: @.*** com>

--

With Regards

*Amit Choudhary*Android & Reactive Native App Developer

nerdwarehouse commented 1 year ago

It's working with 2.5.3 v. Thank you so much

sleekLancelot commented 1 year ago

Hi there, I downgraded from "react-native-element-dropdown": "^2.9.0" to "react-native-element-dropdown": "^2.5.3" and I still face the same issue.

congnd2810 commented 1 year ago

Hi there, I downgraded from "react-native-element-dropdown": "^2.9.0" to "react-native-element-dropdown": "^2.5.3" and I still face the same issue.

You should remove package-lock.json file, then run npm i react-native-element-dropdown@2.5.3 or yarn add react-native-element-dropdown@2.5.3. It works for me.

robozb commented 1 year ago

It solved the "Drop down doesn't scroll on android" problem at me as well, thanks!

rajeshkumar-kprinfo commented 11 months ago

I downloaded version '2.6.0', but it doesn't work. It works fine when I downgrade it to '2.5.3'.