Has anyone faced this issue in React Native iOS?
My app works completely fine in Debug mode, but when I create a Release build, the app just opens to a blank white screen. No crash, no error message, just stuck there.
I already tried cleaning the build, reinstalling pods, and regenerating the bundle, but still the same issue.
Any idea what usually causes this in iOS release builds?