xcarpentier / react-native-country-picker-modal

🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.
https://reactnative.gallery/xcarpentier/country-picker
MIT License
1.08k stars 802 forks source link

added onDismiss method for iOS13 swipe-to-close behavior #328

Closed dcosmin2003 closed 4 years ago

dcosmin2003 commented 4 years ago

On iOS13, there's a behavior to close the RN Modal with a swipe down gesture. In this case, the onDismiss method is called. Without onDismiss, the country picker will not open for the second time because its state will remain open.