Alert iOS App Stuck

Dear Expo team and community,

I currently try to update our Expo SDK of one of our apps from 30 to 32.
After updating our iOS app becomes unresponsive every time we show an alert.
The alert does not get displayed and nothing can be done in the app anymore.

Alert.alert('Test');

I get the following error message in the simulator system logs:

Presenting view controllers on detached view controllers is discouraged <EXAppViewController: 0x7fe5cec5b8c0>.

I also reproduced this with a completely new expo app from expo init (which uses SDK 31).

Not sure if it has anything to do with this React Native issue, but there isn’t much information there:

Thanks for your help.

Kind regards
Jonas

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.