I have the same issues doing a eas build --profile development --platform android
as well as in EAS cloud or local I get a problem with android build at expo-splash-screen.
I can’t find any useful in de logs…what is wrong?
Some how something has changed between expo sdk 49 first release when I had to use @latest with create-expo-app because I just did it again with npx create-expo-app --templated, used typescript and made a vanilla project with sdk 49.0.5 and added al my dependencies, and placed al the sources.
Now I works fine!
For me, the build failed while building expo-splash-screen. There’s no hard dependency for me in my project for this library, so I removed it for now. Post removing, the build succeeded.