Update Splash screen in standalone not working

Hey, I had change my splash screen with different image (but same file name).
In expo client splash screen was changed, and in expo publish too.
But I don’t know why it was not changed in standalone.

I have to setup somewhere to change splash screen?
My apps is android and using expokit (ejected)

i have to uneject then Build:android to solve this issue

Anything platform-specific in app.json is a one-time copy over to the native ios and android projects once you eject. If you want to change the splash images after ejecting without going through the whole process again, you can change the files at:

android/app/src/main/res/drawable-xxxhdpi/shell_launch_background_image.png

ios/<your app name>/Supporting/launch_background_image.png