Daniel Hugenroth
Daniel Hugenroth
Hi @chinmayshah99, thanks for your interest. I've written some more information below that explain the necessary changes which also will be relevant for anyone looking into https://github.com/facebookincubator/spectrum/issues/1 or https://github.com/facebookincubator/spectrum/issues/2. On...
Hi @Silas-Asamoah, thanks for the suggestion :) I'll mark the issue accordingly. We are always happy about pull-requests in these areas.
Hi @anthonycmain, thanks for the suggestion. I agree that a React Native module would be great. Especially given that Spectrum is available for the two major platforms Android/iOS. As I...
Hi @fgustovo, The error message indicates that the delivered APK(s) do not include the mentioned so files or that the SoLoader cannot find it. Let's work through the following steps:...
Hi @mukkumukesh I start to suspecting that the SoLoader library that Spectrum is using does not properly load .so files in combination with app bundles. I am working on allowing...
@fgustovo, the Huwaei mate 10 has a 64-bit CPU. Can you try again after adding `arm64-v8a` to the ABI filters?
I've landed a change that will allow to use the system's soloader instead of the Facebook one: https://github.com/facebookincubator/spectrum/commit/233ed539af32f064f3264bd3de139c6b4c7eb7b3 This will available as soon as we ship the next release v1.1....
The release artefacts are now pushed. @fgustovo if you like you can upgrade to v1.1.0 and check whether the `SystemSoLoaderImpl` fixes the issue :)
@khemrajiitk, do you have a local repo? We haven't succeeded to reproduce this locally and we are running out of ideas. Can you provide the following information? Same applies for...
@iMvBremen, thanks a lot for the reply and I'm glad that the `SystemSoLoaderImpl` solved the problem for you. Regarding the Kotlin type-cast: that's interesting. If you like, you can send...