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

I am using a custom font for my app and the only way to use it with skia text is by using the useFont hook. But the issue I have...

I was trying to replicate [this demo](https://twitter.com/philipcdavis/status/1549409119131488256) in React Native using this Skia package, had a success with the UI and simple transform animation overall, see the demo [here](https://twitter.com/aashudubey_ad/status/1554948546129825793). I'm...

The Android builds system has a hard requirement on [CMake version 3.10.2](https://github.com/Shopify/react-native-skia/blob/51cadbab14b99b3e924937ec74a2d9204e90a500/package/android/build.gradle#L137). This shouldn't necessary and creates some issues for CI systems. Reported here: #627

build
android

https://github.com/Shopify/react-native-skia/blob/8942d3f38201dc5a6898c01f129489c97aa8661c/package/src/skia/types/Matrix.ts#L12 should have been `Persp2` instead of `persp2`

bug

Adding `ToolType` support that can distinguish Stylus Pen, Eraser, Mouse, or Finger can be helpful for drawing. For Android: https://developer.android.com/reference/android/view/MotionEvent#getToolType(int) For IOS: https://developer.apple.com/documentation/uikit/uitouch/touchtype https://github.com/Shopify/react-native-skia/issues/735#tasklist-block-7f95f052-694f-4841-8213-461ec65a5470

enhancement

related to #625 Any closure dependency of useDrawCallback lives forever. The draw callback function does appear to be garbage collected, however. ## Steps to reproduce this is the example code...

Hi! :) As soon as I save a code file containing a Skia canvas - and the app performs a `live reload` of the code - I do get the...

bug

Hey, any idea why I'm getting this error after installing this dependency? ```json "@shopify/flash-list": "^1.2.0", "@shopify/react-native-skia": "^0.1.137", "axios": "^0.27.2", "react": "18.0.0", "react-native": "0.69.1", ```

question

After installing react-native-skia onto an existing react-native app, I am unable to use the `Canvas` component: **Errors:** 1 of 4: ``` Invariant Violation: Calling synchronous methods on native modules is...

question

This PR adds support for the [Skottie Module](https://skia.org/docs/user/modules/skottie/) to react-native-skia. > Note: The animation looks a bit choppy in this gif, on the phone its smooth ![](https://s3.nl-ams.scw.cloud/dev-s3.skillnation.nl/public/ezgif.com-gif-maker.gif) ## Overview of...