iyegoroff / react-native-image-filter-kit

Various image filters for iOS & Android
MIT License
320 stars 43 forks source link

Android APK size increase x3 #39

Closed ManigandanRaamanathan closed 4 years ago

ManigandanRaamanathan commented 4 years ago

on building release android apk, the file size become 181 MB from initial 71MB. Any fix on this @iyegoroff

ManigandanRaamanathan commented 4 years ago

@iyegoroff at the moment I just wanted to use the instagram css filters and the feature to extract & store the filtered file on the device storage. In the readMe you've mentioned to use lightweight predecessor of this module react-native-color-matrix-image-filters. But the problem is that the predecessor does not provide the image extraction feature. And this library increased the file size 3 times larger than its initial release APK size.

iyegoroff commented 4 years ago

the file size become 181 MB from initial 71MB

I'm not sure if this relates to rnifk. For example, CustomNativeFilter example app has 24 Mb sized apk.

ThangNguyen1998 commented 3 years ago

i have same issue