Android Material and appcompat Manifest merger failed in react-native or ExpoKit

前端 未结 13 1298
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 16:07

I updated \'android.support:appcompat-v7\' to 28.0.0.

But it brought an error from the build.

Attribute application@appComponentFactory          


        
13条回答
  •  伪装坚强ぢ
    2020-12-15 16:36

    I had the same problem, just upgrade react-native-device-info and run the following command

    npm upgrade react-native-device-info@latest
    react-native run-android
    

提交回复
热议问题