Expo Splash Screen stuck

Expo Splash Screen stuck after eject in production apk.
my expo version is 32.0.0.

But it works fine in development? I’ve seen this before, caused by export pattern changes-- Stuck on AppLoading/Splash Screen on Android with SDK 32 · Issue #3745 · expo/expo · GitHub

@ charliecruzan yes it’s works fine in dev apk. facing this issue while creating production apk. what kind of export pattern changes i need to change.? it also works fine in ios in production ipa.

what kind of export pattern changes i need to change

The comment on the issue describes his own particular issue/fix, but it wouldn’t be the exact same for you. I’d also try getting some device logs or the stack trace so you can debug further: https://docs.expo.io/versions/latest/workflow/logging/