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 prop is not working #168

Closed akhileshsinha closed 6 years ago

akhileshsinha commented 6 years ago

I need to disable the Dropdown for some specific condition. How can I achieve this?

akhileshsinha commented 6 years ago

problem solved....I had to use hide() method.