kesha-antonov / react-native-background-downloader

About A library for React-Native to help you download large files on iOS and Android both in the foreground and most importantly in the background.
https://www.npmjs.com/package/@kesha-antonov/react-native-background-downloader
Other
26 stars 3 forks source link

Support for x86 and ARMv7 #21

Open slainless opened 1 week ago

slainless commented 1 week ago

I noticed that MMKV v1.3.4 is used as dependency in this package. However, MMKV officially drops support for x86 and ARMv7 starting from 1.3.5 and building with 1.3.4 doesn't output any libmmkv for both arch.

Can you consider switching to another library or add compatibility for devices with older or lower hardware specs?