- 
                Notifications
    You must be signed in to change notification settings 
- Fork 43
Description
- 
Mobile platform Android platform 29 has issues in loading the filters when built for release. Check with the installation document and followed the same 
- 
This happens for the following version - - RN - 0.64.1
- RN Image filter kit - 0.8.0
- Android 29 -
- buildscript {
 ext {
 buildToolsVersion = "30"
 minSdkVersion = 21
 compileSdkVersion = 30
 targetSdkVersion = 30
 }
 }
 
- buildscript {
 
- 
After './gradlew clean and './gradlew assembleRelease' executions, there is no error on build. The build is successful. However, the filter images don't get loaded at all. 
- 
There is no issue when running locally or ./gradlew assembleDebug. 
- 
No Expo used 
- 
No app crash and no error logs. Attached the screenshot and video recording 
Issue after ./gradlew assembleRelease -
https://user-images.githubusercontent.com/29733508/119179932-30fd6500-ba8d-11eb-87b0-90416f33a96e.mp4
No issues after ./gradlew assembleDebug
1621620398679_FKdIupoT.mp4
Please assist in resolving. This is causing lots of issues.