ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.08k stars 1.55k forks source link

Manifest merger failed : Attribute activity#com.yalantis.ucrop.UCropActivity@theme value=(@style/Theme.AppCompat.Light.NoActionBar) from [:react-native-image-crop-picker] AndroidManifest.xml:31:13-69 is also present at [com.github.LuckSiege.PictureSelector:picture_library:2.5.6] AndroidManifest.xml:55:13-58 value=(@style/Base.Theme.NoActionBar) #1566

Open meiqi1992 opened 3 years ago

meiqi1992 commented 3 years ago

Version

Tell us which versions you are using:

Platform

Tell us to which platform this issue is related

Expected behaviour

Actual behaviour

Steps to reproduce

1.

2.

3.

Attachments

// stacktrace or any other useful debug info

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

flashman2 commented 3 years ago

As seen in your title, you have conflicting module: com.github.LuckSiege.PictureSelector You can use this module as a picture selector. So you can remove deps for conflicting module.

Natanaelvich commented 3 years ago

same problem

memorybx commented 3 years ago

As seen in your title, you have conflicting module: com.github.LuckSiege.PictureSelector You can use this module as a picture selector. So you can remove deps for conflicting module. 楼主怎么解决的?求助一下