react-native-skia icon indicating copy to clipboard operation
react-native-skia copied to clipboard

High-performance React Native Graphics using Skia

Results 298 react-native-skia issues
Sort by recently updated
recently updated
newest added

### 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_...

enhancement

### 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...

documentation
enhancement

### Description ### SVG file https://wos2.58cdn.com.cn/DeFazYxWvDti/frsupload/14f68e2c98275b0e1078ca1e45b89ce5_line-stack.svg ### sample code ```jsx ``` ### rendered by react-native-skia ![image](https://user-images.githubusercontent.com/1876158/188623141-18aff1df-d8d2-4d3c-8640-573ab7ec0320.png) ### related issue https://github.com/react-native-svg/react-native-svg/issues/872

enhancement

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,...

enhancement

### 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?

documentation

### 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,...

enhancement

**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...

documentation

### 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...

enhancement

### 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...

bug