Marc Rousavy

Results 1816 comments of Marc Rousavy

Also closing this as this is being tracked in https://github.com/mrousavy/react-native-vision-camera/issues/1891.

I wonder what your use-cases are, can you give an example on such "heavy" JS computations that you need to run?

@findhumane I think in your case, the native implementation of `fetch` should just be tweaked to allow for multiple Threads. I personally didn't know that `fetch` only uses one Thread,...

Multi Photo resizing is something that is done on the native side. That already uses a different Thread. And uploading is also happening on the native side. That is also...

Hi. Would've been great if you could've sent a PR for that to fix it in docs. But in my tests, `runAsync` works - can you put a console.log in...

Oh! Hm that's weird, I remember this worked when I built it. @chrfalch do you maybe have any insights?

Wait what? not sure if I follow - > it seems that by design the frame it's not being passed to myFn as a callback prop no you're right, you...

Woah, that's a weird error. Can you add `console.log` statements to your code (begin and end of sync calls, and begin and end of async calls) and then also to...

Wait so Reanimated makes it break? Yea it's a bit weird that Worklets and reanimated do the same thing... Maybe we can fix this compatibility for now and think about...