react-native-progressive-image icon indicating copy to clipboard operation
react-native-progressive-image copied to clipboard

Support for Android - blurring the thumbnail

Open BrendanFDMoore opened this issue 9 years ago • 2 comments

Native iOS blur not available for Android devices (of course).

Per separate discussion with @DylanVann opening an issue to remind him to try his idea for fixing this :)

BrendanFDMoore avatar Sep 28 '16 18:09 BrendanFDMoore

Any updates on this?

superandrew213 avatar Mar 26 '17 14:03 superandrew213

Works well on ios but not android -

> :react-native-blur-image:processReleaseResources UP-TO-DATE
> :react-native-blur-image:generateReleaseSources UP-TO-DATE
> :react-native-blur-image:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE
> :react-native-blur-image:compileReleaseJavaWithJavac
> :react-native-blur-image:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
> /node_modules/react-native-blur-image/android/src/main/java/com/aigegou/blur/BlurImageViewPackage.java:24: error: method does not override or implement a method from a supertype
>     @Override
>     ^
> 1 error
> :react-native-blur-image:compileReleaseJavaWithJavac FAILED

kgirma avatar Sep 15 '17 23:09 kgirma