the upgrade to the latest react-native version (0.48.1) fails the build for image-sequence
:react-native-image-sequence:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
/home/ngm/fleetster/react-fleetster/node_modules/react-native-image-sequence/android/src/main/java/dk/madslee/imageSequence/RCTImageSequencePackage.java:20: error: method does not override or implement a method from a supertype
@Override
^
Note: /home/ngm/fleetster/react-fleetster/node_modules/react-native-image-sequence/android/src/main/java/dk/madslee/imageSequence/RCTResourceDrawableIdHelper.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
:react-native-image-sequence:compileReleaseJavaWithJavac FAILED
Hi,
the upgrade to the latest react-native version (0.48.1) fails the build for image-sequence
hopefully, it is possible to update this.