Could not invoke ImagePickerManager.showImagePicker

Could not invoke ImagePickerManager.showImagePicker


Could not invoke ImagePickerManager.showImagePicker_第1张图片


这里有答案 ---↓--↓---↓---↓

https://github.com/react-native-community/react-native-image-picker/issues/815   


subprojects {

// 版本统一 将依赖的版本统一  这哦问题解决了 第三方依赖 图片选择发的问题

// https://github.com/react-native-community/react-native-image-picker/issues/815

    project.configurations.all {

resolutionStrategy.eachDependency { details ->

if (details.requested.group =='com.android.support'

                    && !details.requested.name.contains('multidex') ) {

details.useVersion"27.1.1"

            }

}

}

}


Thank you for sharing your talent as a free resource online.

你可能感兴趣的:(Could not invoke ImagePickerManager.showImagePicker)