I encounter error like this when upgrading to RN v0.49.3
.../node_modules/react-native-app-metadata/android/src/main/java/io/wj/rnappmetadata/RNAppMetadataPackage.java:19: error: method does not override or implement a method from a supertype
@Override
^
1 error
Incremental compilation of 1 classes completed in 0.085 secs.
:react-native-app-metadata:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
I'm using
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-app-metadata": "1.0.0",
i think there is a breaking changes in RN v0.47
that is similar to this issue