William Candillon

Results 314 comments of William Candillon

In React Native Skia, we are encouraging people to use gesture-handler whenever possible. With a Skia Canvas, knowing the touch type information seems to be quite relevant.

We were not able to reproduce the example on android real device. We also tried on iOS and Web. Can you try with another android device to check if the...

Thanks for reporting this @daentech We have this example already: https://github.com/kyimoemin/skiaTest/blob/master/App.js Just in case, it sounds like you may have an even smaller example you could link here so we...

Woah, I'm excited you like it :) This depends on this PR: https://github.com/nadeesha/ts-prune/pull/121/files If this PR is merged, I can use the main release. Hopefully, we will get to a...

I'm not sure what could be the issue here, are you still having it?

@Aryk this makes a lot of sense. Would you like to take over this package?

I haven't touched the topic of images in a while, so I'm out of the loop with how we would do these things today. And I thought your summary was...

12. seems to indicate that the wasm file wasn't found (despite the presence of the copy plugin). You can check if yourself in trying to access the wasm file via...

@rarepython21 thank you for reporting this. We now support metro and expo-router in v0.1.240: https://shopify.github.io/react-native-skia/docs/getting-started/web#expo. I just tried it and it worked really well, let us know if you have...

Guys, I implemented the cancel/pause use case using `Expo.FileSystem.createDownloadResumable` a few weeks ago and it wasn't stable enough. @froger but you are welcome to take a fresh look at this...