akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.27k stars 951 forks source link

Bottom of dropdown list can't be reached with scrolling #1281

Closed Minvy closed 3 years ago

Minvy commented 3 years ago

💬 Question

My desired effect is to have a self contained dropdown list of fixed size, and when I expand various groups the drop down list pushes all other components down and allows me to scroll through them.

I managed to fix this with but that makes my component take up most of the page which is not what I want.

Notice in image below last value in the list is "Meat Feast". image This is with all tabs expanded and it just goes up to the pan ultimate value and refuses to scroll down further. image

Actually even if all tabs are not expanded the bottom is still cut out and I can't scroll down.

image

Heres some code snippets:

image image

UI Kitten and Eva version

Package Version
@eva-design/eva
@ui-kitten/components 5.0
whitestranger7 commented 3 years ago

Hi, @Minvy. Im a little bit confusing with your issue. It's not reproducible on my side at all. I would appreciate you if you can provide github repo with code snippet and issue, so I can observe it closely. P.S. Im not sure you're using 5.0 version of ui-kitten. Could you check it as well?

malashkevich commented 3 years ago

Closed due inactivity