react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
Disable scrolling
I was wondering if I could disable scrolling for my modal dropdown?
Try scrollEnabled={false}
Try
scrollEnabled={false}
No, I would rather stop the initial scrolling of the list to the selected index.