React Native Animation Performance
Getting Started with React Native Skia - Shopify

Getting Started with React Native Skia - Shopify

12/4/2023

What this post added

This post introduces React Native Skia, detailing its use cases for custom drawings and animations. It explains how to draw basic shapes (Circle, Rect, RoundedRect) and more complex paths using SVG notation or imperative commands. The post demonstrates integrating with react-native-reanimated for animations, using shared values and animation functions like `withRepeat` and `withSpring`. It also covers handling gestures with `react-native-gesture-handler` for interactive elements and applying simple visual effects like blur and DashPathEffect.

Read the original post ↗