React native modal freezes whole screen in iOS on Expo kit.

Using this library react-native-modal - npm

Since my last update to SDK 30 and detaching my app. The modal on launch sometime freezes the whole scree with just the backdrop. The console shows only this warning

(ADVICE) View #447 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.

I was also wondering if someone can share the best way to deal with modals on react native - I have modals that show one after the another. How I handle is, I replace the content of the original modal

Was an issue with REDUX fixed

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