siemiatj / react-native-modal-dropdown

Fork of the original https://github.com/sohobloo/react-native-modal-dropdown
MIT License
118 stars 98 forks source link

model dropdown overflow and covered. #53

Open ArjunKarki opened 2 years ago

ArjunKarki commented 2 years ago

Dropdown list overflow and covered by screen.I just set the dropdownStyle height to ==>height: list.length > 10 ? Metrics.height 0.7 : list.length 50 and like when there is around 20 item I can see only 17 and others are covered . is there something I need to do? couse i didn't see issue related to this.