We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native-image-filter-kit: 0.8.0 Platform: Android Project settings:
buildToolsVersion = "30.0.3" minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 30 ndkVersion = "22.1.7171670"
OS: MacOS Big Sur 11.6 (20G165) Node.js: 16.13.0 xCode: 13.1 (13A1030d) android/app/build.gradle:
def enableProguardInReleaseBuilds = true
react-native: 0.64.3
add to android/app/proguard-rules.pro file:
# react-native-image-filter-kit https://github.com/iyegoroff/react-native-image-filter-kit/issues/89 -keep class com.facebook.react.views.image.** { *; } -keep class com.facebook.drawee.** { *; }
The text was updated successfully, but these errors were encountered:
Thank you! Just updated the readme with your solution.
Sorry, something went wrong.
No branches or pull requests
Environment
react-native-image-filter-kit: 0.8.0
Platform: Android
Project settings:
OS: MacOS Big Sur 11.6 (20G165)
Node.js: 16.13.0
xCode: 13.1 (13A1030d)
android/app/build.gradle:
react-native: 0.64.3
Solution
add to android/app/proguard-rules.pro file:
Linked issue
The text was updated successfully, but these errors were encountered: