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
969 stars 294 forks source link

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

Open MattWeiler opened 2 weeks ago

MattWeiler commented 2 weeks 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.