Questions tagged [react-native-skia]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
4 votes
1 answer
456 views

How can I allow the user to scroll a very large Skia canvas?

I have a React Native app which will include a graph that the user can scroll through. For the sake of this example, I'm just using a horizontal row of circles. To draw my graph, I am using Skia (...
Victor Chelaru's user avatar
1 vote
1 answer
40 views

Where to configure webpack manual installation for web

Description We're encountering an issues on the web side while trying to run React Native Skia in NextJS as part of a Solito monorepo. Mobile (Expo) seems to work fine, but the "warning" ...
Arjun-Dm's user avatar
1 vote
1 answer
489 views

How can I center a rectangle in a Canvas in React Native and Skia (react-native-skia)?

Summary I would like to center a Skia Rect inside a Skia Canvas in React Native using react-native-skia (https://github.com/Shopify/react-native-skia). If I refresh my app, or launch it fresh, the ...
Victor Chelaru's user avatar
0 votes
0 answers
42 views
+50

Shader transitions on an Image (on press) with react-native-skia

I'm pretty new to react-native-skia, I have a grayscale shader applied on an Image and I would like to apply this kind of transition animation on press to switch between grayscale and full colored ...
HichamELBSI's user avatar
  • 1,702
0 votes
0 answers
22 views

Is there a way to compare a drawing with an SVG in React Native Skia?

I'm making an app where you need to draw a given SVG above, in Expo, React Native. Is there a way to compare the SkPath array with my svg? Here is the component I use for my drawing (most of the code ...
feusanc's user avatar
  • 11
0 votes
0 answers
54 views

How to improve performance of bitmap operations with react-native-reanimated and react-native-skia

I'm creating a pixel art editor with react-native-reanimated and react-native-skia, and I was wondering how I can improve performance? I have some code which manipulates a uint8array and converts it ...
thebluepandabear's user avatar