由于react-native-device-info出现的android:appComponentFactory的报错

react-native项目使用了react-native-device-info(^0.21.5),在安卓编译时报错,androidX库冲突,编译问题。在不升级的前提下解决方案:
android文件下的build.gradle中添加以下代码
ext {
googlePlayServicesVersion = "16.+"
firebaseVersion = "17.3.4"
},
重新编译即可。


由于react-native-device-info出现的android:appComponentFactory的报错_第1张图片
image.png

你可能感兴趣的:(由于react-native-device-info出现的android:appComponentFactory的报错)