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

Fails to compile on RN 0.47+

Open brwelch opened this issue 8 years ago • 2 comments

/react-native-image-rotate/android/src/main/java/io/codebakery/imagerotate/ImageRotatePackage.java:21: error: method does not override or implement a method from a supertype @Override ^ 1 error :react-native-image-rotate:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':react-native-image-rotate:compileReleaseJavaWithJavac'.

Compilation failed; see the compiler error output for details.

brwelch avatar Sep 10 '17 12:09 brwelch

For anyone struggling with this I managed to fix it by getting rid of the line quoted in the error message

@override

at

/react-native-image-rotate/android/src/main/java/io/codebakery/imagerotate/ImageRotatePackage.java:21

allthetime avatar Dec 10 '17 00:12 allthetime

I'm not working with RN anymore, but I'll gladly accept PR for this if you can verify it works on latest RN Android

dgladkov avatar Oct 25 '18 19:10 dgladkov