react-native-paper-dropdown
react-native-paper-dropdown copied to clipboard
dropdown conatiner going outside of screen
If the dropdown is at bottom of the screen dropdown items are going outside of the screen. expected behavior: dropdown container moves up if the dropdown is at bottom of the screen.
I'm experiencing this issue as well, It would be great to know if there is a simple way to account for this scenario.
I am also running into this issue
Solved this by setting dropDownContainerHeight like so
dropDownContainerHeight={Dimensions.get("window").height * 0.4}
Any update on this?