‘eas build -p android’ gives error AAPT: error: resource color/splashscreen_background (aka com.xxxxx.xxxxx:color/splashscreen_background) not found
I am using react native and try to create an apk file with “eas build -p android –profile preview –clear-cache”
On https://expo.dev/ I see the following gradle build error.
Having issue while building a preview in expo (React Native)
My app is running perfectly fine when using on emulator but throwing this error when trying to build it in expo