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

Trigger open/close modal selector, can not open again after cancel #96

Closed canhtran10 closed 5 years ago

canhtran10 commented 5 years ago

Hi, I am using the state for show/hide the Modal:

{this.state.showSelection && <ModalSelector visible={true} ............ />

it's work fine with the first trigger. But after select an option or click Cancel Modal -> I couldn't open the modal again.

canhtran10 commented 5 years ago

close this request:

I have used ref for the Modal and it's work well