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

App Crashes on android P #69

Open MohdSaleh opened 5 years ago

MohdSaleh commented 5 years ago

Android version below 8.1, the lib works exactly as it supposed to be. But in 8.1 and later its shows this bug. I have checked with android P, the bug exist there too.

  1. The lib is not getting the image response exactly when the cropping is true.
  2. App crashes on selecting camera.
MohdSaleh commented 5 years ago

by changing the buildToolVersion, it seems work fine.

buildToolsVersion "28.0.3"

MohdSaleh commented 5 years ago

the issue was solved on 8.1, but still exist on Android P

numinolabspvt commented 5 years ago

Does this issue still exist on 9.0 and above android version ? My device has 9.0.5 and opencamera function crashes. But it works on 8.0 android version . Is there a workaround for it to work on 9.0 and above.??

liukefu2050 commented 4 years ago

fixed it in v0.1.10

hopefullman commented 4 years ago

貌似还是不行。