Build Error
See original GitHub issueI’m getting the following errors installing from IP 22.0 and up. RN 0.31 and up gives the error
/Users/Documents/workspace/mobile-app/node_modules/react-native-image-picker/android/src/main/java/com/imagepicker/ImagePickerModule.java:58: error: ImagePickerModule is not abstract and does not override abstract method onActivityResult(int,int,Intent) in ActivityEventListener public class ImagePickerModule extends ReactContextBaseJavaModule implements ActivityEventListener { ^ /Users/Documents/workspace/mobile-app/node_modules/react-native-image-picker/android/src/main/java/com/imagepicker/ImagePickerModule.java:290: error: method does not override or implement a method from a supertype @Override ^ 2 errors :react-native-image-picker:compileReleaseJavaWithJavac FAILED
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top GitHub Comments
I have the same issue. +1, I’m using “react-native-image-picker”: “^0.26.3” and react-native 0.47.0
Should be back up and running again in
v0.22.4
on npm. However, remember this will only work on RN <= 0.32. I’ve created #308 to track this going forward.