Tag
#skia
WHOOP strain gauge chart in React Native with Skia
Build a WHOOP-style strain gauge in React Native with react-native-skia: a gradient arc, rounded caps, a glow, and a sweep animated to the value with Reanimated.
Build a High-Performance Candlestick Chart in React Native
A candlestick chart with thousands of candles and smooth pan-zoom needs Skia, not SVG. Here is how to build a high-performance candlestick chart in React Native.
Kids Letter-Tracing Canvas UI in React Native
Letters are stroke paths, not images; Skia keeps the ink on the finger; validation stays loose and kind; and the kids rulebook means collect nothing.
Apple Pencil Drawing Canvas UI in React Native: 2 Routes
Build an Apple Pencil drawing canvas in React Native: wrap PencilKit for Apple's full ink engine, or own the strokes with Skia, and how to choose.
Scratch Card UI in React Native + Expo: Skia Guide
How to build a scratch card reveal in React Native with Expo and Skia: the erase-mask technique, reveal thresholds, haptics, and the gambling line.
Convert Raw SVG to React Native Skia (With AI, Verified)
Convert raw SVG into React Native Skia for fast, animated graphics: when Skia beats react-native-svg, how AI converts it, and why you must verify.
React Native Skia UI Examples (Custom Graphics, Done Right)
React Native Skia is a real 2D graphics engine for custom charts, effects, and animations. Use it only where you need it, and build the rest from a free VP0 design.