Arnaud Bezançon

Results 9 comments of Arnaud Bezançon

As mentioned by @amrlabib the hook has been changed to support RN 0.64 in this commit https://github.com/amrlabib/react-native-appstate-hook/commit/967ab85db5e01a46058bfc822b9b0da2fc0f2eb6 A workaround is to use version 1.0.5.

@praveenweb - Sure, a uuid generated at the database layer seems to be the proper solution. But you'd have to find a solution when calling `mutate` with the client-side generated...

@jiawei397 This multi-stage build Dockerfile is working (deployment tested with flyio). You have to use the same alpine variant (frolvlad/alpine-glibc:alpine-3.17 ) as [deno base image](https://github.com/denoland/deno_docker/blob/main/alpine.dockerfile). The image size is 148...

That's a pity about the issue with the decorators. Hopefully, it will be resolved in the next Deno release 🤞.

Same issue for me. Temporary fixed with @leeduckgo solution

Issue reproduced with Deno. The workaround is to use`.default`.

Thank you David, it makes sense. Great project by the way :rocket:

Same issue (tested on mobil with Safari iOs) ` ` works but `toast("test", { position: "top-center"}) `doesn't work: the toast is hidden below the top bar and the animation is...

We do have the same issue. We use the same workaround: ``` setImmediate(() => {}); ```