React-native-config: RN 0.47 android build error

Created on 4 Aug 2017  路  3Comments  路  Source: luggit/react-native-config

The build is failing after updating project to RN 0.47.1
Same is for the brand new project:

/home/user/Desktop/project/node_modules/react-native-config/android/src/main/java/com/lugg/ReactNativeConfig/ReactNativeConfigPackage.java:21: error: method does not override or implement a method from a supertype
    @Override
    ^
1 error
:react-native-config:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-config:compileReleaseJavaWithJavac'.

Most helpful comment

I just released 0.6.0 and tested it. Should be good now @kidnapkin

All 3 comments

It has been fixed in this commit I assume but it has not been released yet. So if you need it now you can import master repo directly.

I just released 0.6.0 and tested it. Should be good now @kidnapkin

:+1:! Thank you folks!

Was this page helpful?
0 / 5 - 0 ratings