由于react-native-device-info出现的and
2019-06-20 本文已影响0人
乘务员
react-native项目使用了react-native-device-info(^0.21.5),在安卓编译时报错,androidX库冲突,编译问题。在不升级的前提下解决方案:
android文件下的build.gradle中添加以下代码
ext {
googlePlayServicesVersion = "16.+"
firebaseVersion = "17.3.4"
},
重新编译即可。
image.png