Examples
Skia Recording
Record an animated Skia canvas to MP4 video
Record @shopify/react-native-skia canvases using the standard RecordingView and useViewRecorder. No special components needed.
The <Fill color="black" /> is important. Skia canvases have a transparent background by default. Without an opaque fill, previous frame content persists in the Metal drawable on iOS and gets composited into subsequent captures. See the Skia guide for details.