Dragging with React Native Skia

Опубликовано: 17 Май 2026
на канале: Siso Dev
1,361
20

Link to code: https://www.sisodev.com/blogs/drag-wi...

Hey everyone, welcome to this tutorial on creating a draggable circle using React Native Skia!

In this tutorial, we'll be building a simple app that allows you to move a red circle around the screen using touch gestures. We'll leverage the power of React Native Skia to create smooth and performant animations, and we'll also use React Native Reanimated to handle gesture events efficiently.

Prerequisites:

Before we start, make sure you have the following set up:

Node.js and npm (or yarn) installed on your machine.
Basic familiarity with React Native development.
A React Native project ready to go.
The required libraries installed:
@shopify/react-native-skia
react-native-reanimated