ivpusic / react-native-image-crop-picker

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

Missing dimen folder? #55

Closed idajimenez closed 8 years ago

idajimenez commented 8 years ago

I am encountering this error. * What went wrong: Execution failed for task ':react-native-image-crop-picker:mergeReleaseResources'.

../node_modules/react-native-image-crop-picker/android/build/intermediates/exploded-aar/com.yalantis/ucrop/2.1.2/res/drawable/ucrop_vector_loader.xml: Error: Width (0) and height (0) cannot be <= 0

damathryx commented 8 years ago

i have the same problem

ivpusic commented 8 years ago

tried on dev and release mode, but cannot reproduce it. Can you please ensure that gradle pulled react-native-image-crop-picker v0.7.0 and it's dependencies

damathryx commented 8 years ago

I see the issue in ucrop repo https://github.com/Yalantis/uCrop/issues/84

EDIT: This solved the problem @ivpusic