Getting “verifyReleaseResources” error after upgrading React Native

前端 未结 4 1208
迷失自我
迷失自我 2021-01-03 18:28

I\'m trying to upgrade an application to React Native 0.57.1. I think I\'ve followed all the steps, upgraded all the right files, yet I\'m still getting an error that I cann

4条回答
  •  不知归路
    2021-01-03 18:57

    Had another reason for this issue, I had previously modified minSdkVersion. All you need to do is to remove /node_modules/ folder, /android/build and /android/app/build folders, re npm install and perform ./gradlew assembleRelease again.

提交回复
热议问题