Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to compile on RN 0.47+ #7

Open
brwelch opened this issue Sep 10, 2017 · 2 comments
Open

Fails to compile on RN 0.47+ #7

brwelch opened this issue Sep 10, 2017 · 2 comments

Comments

@brwelch
Copy link

brwelch commented Sep 10, 2017

/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.

@allthetime
Copy link

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

@dgladkov
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants