Jacob Jaffe
Jacob Jaffe
**I faced this issue while building this with expo EAS.** The issue I got was: ``` Execution failed for task ':react-native-blurhash:compileReleaseKotlin'. ``` I then tried the the patch package solution....
Yeah, it looks like https://github.com/mrousavy/react-native-blurhash/pull/150 fixes this?
Hey @rowrowrowrow , I'm confused what you mean here -- I think the rehydrate dispatch is expected on `persist()`, for the `pause()` -> `persist()` usecase? I'm using this behavior to...
Oops, didn't mean to delete my previous comment. For context, it was a suggestion to change ``` if (_persist) { _sealed = true; //
Sorry, no. TBH, I don't use this library any more. I've come to find that treating the entire contents of a redux store as serializable storage isn't usually needed, and...
Hi @eladgel ! Thank you for the reproduction. I've opened a new PR that addresses this + other issues with the `Agenda` not accepting generic items at: #1794.
Hi @Inbal-Tish , I've updated this PR. I rebased it today, and updated it to the changes that have occurred since it originally was posted. Here's an example of what...
> This is definitely a requirement of this SDK. What happens if our call to get a client secret from the server fails? Currently, we have to wait for the...
@Toolenaar Have you had any success with this? I'm looking into doing something similar. From what I can tell, `Firebase Functions` have a defined set of system packages that will...
This is also occurring for me. @brunogonncalves can yoou elaborate your fix? I'm seeing that error but have not found `android.enableUnitTestBinaryResources` EDIT: Can confirm changing `node_modules/@mauron85/react-native-background-geolocation/android/common/gradle.properties` fixes the build issue....