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

安卓版本多图无法选中, 点击以后无法显示选中效果,界面似乎有些问题 #51

Closed 86lanjie closed 6 years ago

86lanjie commented 6 years ago

a985858f430cc34f1c25980716fceb69 a83575a3b4c5017df9418811558edf58

[ react-native: 0.40.0 ] [ 安卓手机华为系统8.1.0: 0.40.0 ]

![Uploading 1AFB19C8F7354D20085254B98C3C6B6D.png…]()

![Uploading 680C917107B9879C71F18673ADDC0643.png…]() ![Uploading DE98A392E71E1CFBDED5BF171F0C022E.png…]() ![Uploading 55974348E7539A3604639256768DA9F0.png…]() 我看了好久, 找不出问题,可以帮帮忙吗, 非常感谢

86lanjie commented 6 years ago

1afb19c8f7354d20085254b98c3c6b6d 70541db2cb191c45e62c4f5791751d54 680c917107b9879c71f18673addc0643 de98a392e71e1cfbded5bf171f0c022e 55974348e7539a3604639256768da9f0

86lanjie commented 6 years ago

无法进行多选,提示出现你最多只能选择0张图片

seavman commented 6 years ago

node_modules\react-native-customized-image-picker\android\build.gradle 里面: compile 'com.mg.RxCustomizedImagePicker:library:0.0.22' 修改为: compile 'com.mg.RxCustomizedImagePicker:library:0.0.23' 问题能够解决

86lanjie commented 6 years ago

@seavman 非常感谢, 已经解决了, 界面的样式问题是自定义样式写的不对

dangyanglim commented 6 years ago

@lanjiemm 我的也是,你怎么解决的?