Christian Falch
Christian Falch
Hi @enchorb - This is definitely something we'd like to look into - could you create a simple example on Github (a full project reproducing the error) so that it...
Hi @enchorb - did you get the opportunity to create a reproduction?
Hi @enchorb - I've now installed the project, but it is a bit too complex for us to debug and troubleshoot - both in terms of code but also when...
I'm having the same issue - everything works as expected on iOS, but when running on Android I get a similar error message: ``` Timeout - Async callback was not...
Thanks, @robwalkerco, for helping out! The library is super awesome and we're really like to be able to take advantage of it on Android as well as iOS!! :)
Referring to the comment I made about above - the primitives aren't real components, just an abstract representation of a part of the drawing and hence does not contain any...
I tried adding `use_frameworks! linkage: :static` to a new RN 0.70.0 project and ended up with an error about Flipper not being found - so it doesn't even work with...
Correct - and I think the problem lies with Firebase, could you all try to follow the link and see if there are other options linking Firebase in later versions...
Skia will support off-screen drawing very soon - and it should be possible to take the bytes from the current frame, create a new surface, draw on the surface and...
Hi! Please provide a working example using https://snack.expo.io to make it easier to reproduce the issue.