shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

glide版本冲突 #66

Closed ziyuCat closed 4 years ago

ziyuCat commented 5 years ago

implementation 'com.github.bumptech.glide:glide:3.7.0'和我本地的4.0.0的版本冲突了,怎么解决

liukefu2050 commented 5 years ago

<你的项目>\node_modules\react-native-customized-image-picker\android\build.gradle 你临时改一下这个文件,试试

liukefu2050 commented 5 years ago

或者参考:https://www.jianshu.com/p/d7c3b6bd25c7

ziyuCat commented 5 years ago

我改成com.github.bumptech.glide:glide:4.0.0,打出来包,点击相册闪退