Hi, thank you for the development of this useful library.
After upgrading my project from React-Native 0.46.1 -> 0.47.1, the compilation for Android fails with this error :
:react-native-cookie:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have
changed, no previous execution, etc.).
[...]/node_modules/react-native-
cookie/android/src/main/java/im/shimo/react/cookie/CookieManagerPackage.java:27: error:
method does not override or implement a method from a supertype
@Override
^
Note: [...]/node_modules/react-native-
cookie/android/src/main/java/im/shimo/react/cookie/CookieManagerModule.java uses or
overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
:react-native-cookie:compileReleaseJavaWithJavac FAILED
Hi, thank you for the development of this useful library.
After upgrading my project from React-Native 0.46.1 -> 0.47.1, the compilation for Android fails with this error :