Closed leoabacade closed 8 years ago
did you follow all steps from here? https://github.com/ivpusic/react-native-image-crop-picker#android-1
You can try with gradlew clean
but if you follow all steps you should be fine. I cannot reproduce this issue.
yes, I did follow the steps, excepts I
import com.reactnative.picker.PickerPackage;
and
return Arrays.
(react-native": "^0.28.0)
for latest version RN0.30+ is required
ok, thanks. I will try it again later after my project is ready to use RN0.30+
hi there, I just install the module on:
"react-native": "^0.28.0", Nexus 6 5.1.1
below is what I am facing:
/node_modules/react-native-image-crop-picker/android/build/intermediates/exploded-aar/com.yalantis/ucrop/1.5.0/res/drawable/ucrop_vector_loader.xml: Error: Width (0) and height (0) cannot be <= 0 :react-native-image-crop-picker:mergeReleaseResources FAILED
here is ucrop_vector_loader.xml
`<?xml version="1.0" encoding="utf-8" ?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="@dimen/ucrop_progress_size" android:height="@dimen/ucrop_progress_size" android:viewportHeight="192" android:viewportWidth="192">
`
any ideas to fix it?