Due to size limits on npmjs.com, we had to disable some x86 for Android and x86_64 for iOS with 54ca156 and 58b948f. Ideally we'd be able to distribute the binaries for these platforms as well.
I couldn't find it documented but the size limit might be around 200mb packed. Without these architectures, the package is around 175mb.
Possible solutions I've thought of so far:
- Don't include any binaries at all and let consumers build them on their own
- Host the binaries somewhere else and download them with a
package.json script on install
CC @olliiiver since you've contributed some fixes for the x86 builds in the past and might possibly be relying on them.
Due to size limits on npmjs.com, we had to disable some x86 for Android and x86_64 for iOS with 54ca156 and 58b948f. Ideally we'd be able to distribute the binaries for these platforms as well.
I couldn't find it documented but the size limit might be around 200mb packed. Without these architectures, the package is around 175mb.
Possible solutions I've thought of so far:
package.jsonscript on installCC @olliiiver since you've contributed some fixes for the x86 builds in the past and might possibly be relying on them.