Results 7 comments of David Esteban

Same behibor here, the backdrop flickers insane. Any fix?

I found a solution that works for me: I moved all my modals into a provider and placed them in the App/Layout. I manage their state using a global state...

The same thing happens to me, it's incredible that this hasn't been fixed and continues to happen.

I have the same issue after upgrading to Expo 54. Adding detachInactiveScreens={false} apparently fix it.

Use the patch below whit `patch-package`, this fix the issue until the pr is merge. https://github.com/numandev1/react-native-compressor/pull/355#issuecomment-3180870738

I have the same issue after upgrading to `Expo 54`. Adding `detachInactiveScreens={false}` apparently fix it.

Same error here, @numandev1 any fix? (Edit: The patch above from @ShahilMangroliya works, used `patch-package`)