Open Flow-Flow-Flow opened 1 year ago
I am getting the build error:
> Task :react-native-image-crop-picker:compileReleaseJavaWithJavac FAILED
/Users/runner/work/1/s/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java:406: error: cannot find symbol
permissionsCheck(activity, promise, Collections.singletonList(Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU ? Manifest.permission.WRITE_EXTERNAL_STORAGE : Manifest.permission.READ_MEDIA_IMAGES), new Callable<Void>() {
^
symbol: variable TIRAMISU
location: class VERSION_CODES
/Users/runner/work/1/s/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java:406: error: cannot find symbol
permissionsCheck(activity, promise, Collections.singletonList(Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU ? Manifest.permission.WRITE_EXTERNAL_STORAGE : Manifest.permission.READ_MEDIA_IMAGES), new Callable<Void>() {
^
symbol: variable READ_MEDIA_IMAGES
location: class permission
I am getting this error:
Could not resolve all files for configuration ':react-native-image-crop-picker:debugCompileClasspath'. Could not resolve com.github.yalantis:ucrop:2.2.6-native. Required by: project :react-native-image-crop-picker Could not resolve com.github.yalantis:ucrop:2.2.6-native. Could not get resource 'https://www.jitpack.io/com/github/yalantis/ucrop/2.2.6-native/ucrop-2.2.6-native.pom'. Could not GET 'https://www.jitpack.io/com/github/yalantis/ucrop/2.2.6-native/ucrop-2.2.6-native.pom'. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
-PC
Expected behaviour
open photo gallery and select one
Actual behaviour
the the whole app doesn't work anymore. I just have a white screen
Steps to reproduce
Attachments
the app doesn't even start. I can't show much...