使用react-native-orientation因为这个插件太老了的原因,apk打包时出错,解决
在node_modules找到react-native-orientation下android下的build.gradle文件改成新版的型号就好了
原来是这样的
rn 打包Task :react-native-orientation:verifyReleaseResources FAILED
改成这样的
rn 打包Task :react-native-orientation:verifyReleaseResources FAILED
重新打包 ok ???? 很多几年以前的包都有这个问题,这个方法也适用

相关文章:

  • 2021-06-16
  • 2021-12-15
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-04-27
  • 2022-12-23
  • 2021-07-25
猜你喜欢
  • 2021-12-27
  • 2021-10-25
  • 2022-12-23
  • 2021-06-10
  • 2021-11-14
  • 2021-11-10
  • 2021-05-09
相关资源
相似解决方案