siemiatj / react-native-modal-dropdown

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

Added saveScrollPosition props. #24

Closed isabirahmed closed 3 years ago

isabirahmed commented 3 years ago

Created a new prop "saveScrollPosition" of type boolean which is true by default. Using this prop the scroll position of the dropdown is set to the selectedIndex value.