react-native-skia
react-native-skia copied to clipboard
High-performance React Native Graphics using Skia
### Description React-native images can be loaded from the app's native assets catalog (drawables on android and Images.xcassets on iOS) by providing `source={{uri: "image_name_without_suffix"}}`. This method of loading performs _much_...
### Description TL;DR: I found [Examples/](https://github.com/Shopify/react-native-skia/blob/main/example/src/Examples/) source code to be quite helpful. As an example: recently I'm exploring how to implement multi-touch handlers for my Skia app, and naturally I...
### Description ### SVG file https://wos2.58cdn.com.cn/DeFazYxWvDti/frsupload/14f68e2c98275b0e1078ca1e45b89ce5_line-stack.svg ### sample code ```jsx ``` ### rendered by react-native-skia  ### related issue https://github.com/react-native-svg/react-native-svg/issues/872
Are there plans to use the web-based part of the library without react-native or react-native-web in the future? In order to use the library in the web environment at present,...
### Description There is no README in the `example` directory. Could we add a read-me detailing the steps to run the project on both platforms?
### Description in order to combine useTiming, but another animation or operation can start after some time, add delay prop: ``` javascript const progress = useTiming({ from: 0, to: 1,...
**Issues** - #460 - #735 **To Do** - [x] RN Updates to add isPencil to touch props to satisfy TypeScript - [ ] Android Support - [ ] Web Support...
### Description Android native renderer use Skia since years and hence regular react native use Skia for canvas. React web and react-native-web use skia (although I'm not sure wether chromium...
### Description Hey, Apologies if this is already out there. Is there any plan to offer rendering off the main thread similar to Reanimated? It would be handy for animations...
### Description When following the official guide for [setting up the test environment](https://shopify.github.io/react-native-skia/docs/getting-started/installation#testing-with-jest), the mock is injected, but it does not cover the whole API of the library, more especially...