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

[iOS] CountryNameButton becomes unclickable when modal is a pageSheet #303

Closed winkelsdorf closed 4 years ago

winkelsdorf commented 4 years ago

Issue Description

Setting modalProps to formSheet shows the modal as a swipe-down closable modal on iOS 13. Closing it with swipe will lead to an unclickable CountryNameButton.

Steps to Reproduce / Code Snippets

Use the demo code given and set modalProps={{presentationStyle: 'formSheet'}}. After the modal is shown swipe down to close it, without selecting anything.

Expected Results

Button being clickable again.

Actual Result

CountryNameButton does not allow touch anymore and modal can`t be shown again by clicking it.

Additional Information

The formSheet modal on iOS 13 is a modal which can be closed by swiping down. It looks like the following:

Screen Shot 2020-02-14 at 08 31 50

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

winkelsdorf commented 4 years ago

Still valid

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.