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
1k stars 297 forks source link

When in landscape mode, the dropdown can appear off screen #756

Open MattWeiler opened 5 months ago

MattWeiler commented 5 months ago

If the application is in landscape mode, and the dropdown is near the bottom of the screen, the dropdown items are rendered off of the screen.

I've only seen this occur on Android, but I don't have an iOS device to test on.