sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 478 forks source link

dropdown panel over screen's height can't scroll #203

Closed ashf2 closed 5 years ago

ashf2 commented 5 years ago

when I add 20 data to dropdown panel, I set dropdown style: {height: 'auto'},but the dropdown height is over screen height , it can't scroll, i cant's get data on bottom like this: image

SuperBesse commented 5 years ago

I have the Same problem

ashf2 commented 5 years ago

I have the Same problem

I have fixed this problem by setting dropDown style like this: { height: 'auto', maxHeight: 500 }

SuperBesse commented 5 years ago

Thnaks @FanJfly for the answer. I use it to fix my issue.