No name, no icon and no splash

Hello,
I’m new to expo and I was trying to build an apk to show a prototype to a client. The problem is I can’t make the basic stuff appear with eas build. It builds the apk without errors, but it seems it’s ignoring all of the app.json. There’s no name, no icon and no splash. Already installed expo-system-ui and expo-splash-screen, but no success so far.
I found the old way: “expo build:android -t apk” and everything worked ok. It shows name, icon and splash, but its twice the size.
I’m probably missing something basic. Thanks in advace for any help

If anybody runs into the same problem. Here is the solution that worked for me (delete android and ios folder if you have them):

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