peacechen / react-native-modal-selector

A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.
MIT License
369 stars 129 forks source link

Can't disable specific options #130

Closed ssghajar closed 4 years ago

ssghajar commented 4 years ago

Hi peacechen, thanks for the repo! is it possible to style and disable specific option boxes?

peacechen commented 4 years ago

Yes the component key in each data object allows you to pass in any component you like. https://github.com/peacechen/react-native-modal-selector#data-format

ssghajar commented 4 years ago

Yes the component key in each data object allows you to pass in any component you like. https://github.com/peacechen/react-native-modal-selector#data-format

Thank you so much 🙏🏻