EAS Build Fail Android app:mergeReleaseResources

I used npx expo prebuild to generate the android folder for my react native application. When using eas build -p android I get the following error:
[stderr]

Execution failed for task ':app:mergeReleaseResources'.

1363
[stderr]

> Multiple task action failures occurred:

1364
[stderr]

   > A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable

1365
[stderr]

      > AAPT2 aapt2-7.1.1-7984345-linux Daemon #0: Compile '/home/expo/workingdir/build/android/app/src/main/res/drawable-xhdpi/splashscreen_image.png' timed out, attempting to stop daemon.

1366
[stderr]

        This should not happen under normal circumstances, please file an issue if it does.

1367
[stderr]

   > A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable

1368
[stderr]

      > AAPT2 aapt2-7.1.1-7984345-linux Daemon #1: Compile '/home/expo/workingdir/build/android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png' timed out, attempting to stop daemon.

1369
[stderr]

        This should not happen under normal circumstances, please file an issue if it does.

1370
[stderr]

   > A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable

1371
[stderr]

      > AAPT2 aapt2-7.1.1-7984345-linux Daemon #2: Compile '/home/expo/workingdir/build/android/app/build/generated/res/react/release/drawable-mdpi/assets_images_splash.png' timed out, attempting to stop daemon.

1372
[stderr]

        This should not happen under normal circumstances, please file an issue if it does.

It seems the files are all the correct type and this error is slightly different than the others ive seen on this forum. Help!

I am in a managed workflow, using eas 5.3.0