安装了expo-auth-session后,安卓系统的构建就崩溃了。
> Task :expo-crypto:compileReleaseKotlin FAILED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.发布于 2022-10-18 11:28:26
在添加expo-crypto和yarn.lock中提到的所有其他依赖项后,错误得到了解决。
我认为发生错误是因为expo-crypto是expo-auth-session的依赖关系。
来自yarn.lock的截图。

https://stackoverflow.com/questions/74110209
复制相似问题