sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 477 forks source link

Disable scrolling #178

Open rawmarshmellows opened 6 years ago

rawmarshmellows commented 6 years ago

I was wondering if I could disable scrolling for my modal dropdown?

oschvr commented 6 years ago

Try scrollEnabled={false}

isinha-onefc commented 1 year ago

Try scrollEnabled={false}

No, I would rather stop the initial scrolling of the list to the selected index.