react-native-image-picker icon indicating copy to clipboard operation
react-native-image-picker copied to clipboard

[🐛] Unable to run on Android

Open gkasireddy202 opened this issue 11 months ago • 2 comments

I have installed the v7.0.0 and getting the below error. react-native-cli: 2.0.1 react-native: 0.68.7

node_modules/react-native-image-picker/android/src/main/java/com/imagepicker/ImagePickerModuleImpl.java:171: error: lambda expressions are not supported in -source 7 executor.submit(() -> { ^ (use -source 8 or higher to enable lambda expressions)

node_modules/react-native-image-picker/android/src/main/java/com/imagepicker/ImagePickerPackage.java:28: error: lambda expressions are not supported in -source 7 return () -> { ^ (use -source 8 or higher to enable lambda expressions)

gkasireddy202 avatar Sep 12 '23 08:09 gkasireddy202

getting same error, any updates on this issue

ImagePickerModuleImpl.java:171: error: lambda expressions are not supported in -source 7 executor.submit(() -> { ^

VishnuNCS avatar Sep 14 '23 03:09 VishnuNCS

No solution yet?

mclbdn avatar Feb 01 '24 14:02 mclbdn