William Candillon

Results 314 comments of William Candillon

This would be huge 🙌🏼 As a side question, would it be possible to create a `App.web.tsx` file that imports `App.tsx` so that the snack shows `App.tsx` with the proper...

could you add a web implementation for this? https://github.com/Shopify/react-native-skia/blob/main/package/src/views/SkiaView.web.tsx#L145

As Christian mentioned, this is very much in the realm of possibilities. If you were interested in tackling such a task, we would be happy to give you the necessary...

Can you open a PR for that commit?

This is a great question. We have an API that allows you to build any custom animation (delay, timing, pause, etc). The problem is that is it not documented and...

One thing that would help with the mock would be to load CanvasKit. Then you can test everything as you would have a full implementation of the module (this is...

@flo-sch We also run tests for the example app at: https://github.com/Shopify/react-native-skia/blob/main/example/src/App.spec.tsx It would be fantastic if you could add failing tests there so we know that we got you covered.

This means that the wasm is not found or at the wrong version. Are you using expo with `yarn setup-skia-web`? If yes you need to run the script again. Based...

We mentioned the steps at https://shopify.github.io/react-native-skia/docs/getting-started/web#manual-webpack-installation do you think that things could be clarified there? if yes, please let us know.

Closing this issue for now, please feel free to reopen it if you have suggestions on how the documentation could be improved on that regard.