I´m using the follow lib to work with photo edition on my app
https://github.com/prscX/react-native-photo-editor
Everything works great, but my apk went from 60mb to 200mg after installing the lib. I have seen the follow folders with many another big libs inside
arm64-v8a, armeabi-v7a, x86 and x86_64
Someone knows what could i do to decrease my apk size with this lib?