Why do i get expo logo splash after building standalone apps?

I generated .apk file using exp build:android. When I run the generated app, i get expo logo initially? Is there any way to remove that or I get that because i generated unsigned apk version?

Signed/unsigned doesn’t affect what happens to the APK at runtime. Did you specify a custom icon? Please see https://docs.expo.io/versions/latest/guides/configuration.html for the various icon options, some of which apply to standalone apps.

Thanks buddy! l have to set loading icon url separately in app.json. "loading":{ "icon": "img_url"}