Closed tnluan closed 4 years ago
What is your rnifk version?
Hi @iyegoroff I have the same problem. Maybe I can answer. What's RNIFK ?
react: 16.13.1
react-native: 0.62.2
react-native-image-filter-kit: 0.7.1
Hi @yairopro rnifk is react-native-image-filter-kit. Your versions look OK, maybe this is a configuration problem - please check if you followed installation instructions
I've followed the instructions. The library is well installed. I even started to use some filters like 1977, Aden, Brannan, Brooklyn, etc. They work nice. Thanks a lot for this library by the way.
The error happens only when I try to use some specific filters like Gingham or Hudson.
The error happens only when I try to use some specific filters like Gingham or Hudson.
This means that renderscript was not configured properly.
Maybe you need just to clean the project cd android && ./gradlew clean
before building.
Even after a clean, it's still crashing when using those filters.
Please check if you got the same error when running CustomNativeFilter example.
The demo works perfectly.
This means that something in your android/gradle project configuration conflicts with rnifk.
I'll check.
I have the same problem. I am not well-versed with android so I could not debug much (and the demo with perfectly). So unfortunately, I have to switch to gl-react
Please give me some advice to fix this issue on Android. Thank you so much.
RN 0.61.5 compileSdkVersion 29 buildToolsVersion 29