IOS Modal causes app to lose interactions after is closes, some how it's leaving a UITransitionView
that is covering the whole app, reproducible on freshly installed '63.2' apps.
#29973
Labels
Component: Modal
Needs: Triage 🔍
Platform: iOS
iOS applications.
Resolution: Locked
This issue was locked by the bot.
simply when triggering a Modal open & then close it some how leaves behind a
UITransitionView
for some reason and all interactions with the app is lostalso you would need to reinstall the app completely or compile it with
xCode
for it to work correctly again.React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
a simple component to show / hide a modal
expected results.
I expect the
Modal
to be dismissed completely and once it is all app interactions should be back to normal.The text was updated successfully, but these errors were encountered: