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

Problem. The onchange method is triggered automatically. #144

Open kadir-akbulut opened 4 years ago

kadir-akbulut commented 4 years ago

Hi. Thanks this component. I have a problem. Scenario: There is a model on the StackNavigation page. I made a choice here. Then I switched to my InıtalPage page. If I made a choice from Modal. The onchange method is triggering at this time too

kadir-akbulut commented 4 years ago

sory. solution => https://github.com/peacechen/react-native-modal-selector/issues/140

peacechen commented 4 years ago

@kadir-akbulut A number of people have encountered this type of issue. What solution did you find works best?