Closed winkelsdorf closed 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.
Still valid
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.
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 unclickableCountryNameButton
.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: