1
votes

For some reasons ./gradlew assembleRelease fails with

Task :react-native-splash-screen:verifyReleaseResources FAILED

Saw a comment here suggesting

./gradlew app:assembleRelease

instead and it works.

What's the difference between ./gradlew assembleRelease and ./gradlew app:assembleRelease?

Kind of duplicate, here are some answers: stackoverflow.com/questions/60990805/…goetzc