Skip to content

Development journal

Posts tagged: Skia

Published notes filed under this topic.

RSS feed
React Native Testing

How to keep Playwright E2E useful when React Native Skia renders a canvas

9 min read

Written by: Jonathan Reis on

A field note on testing a React Native Skia canvas board with Playwright, replacing DOM-only selectors with a narrow test bridge, and keeping persistence deterministic.

React Native performance

Moving a React Native Sudoku board to Skia without deleting the old renderer

6 min read

Written by: Jonathan Reis on

How we tested a Skia Sudoku board behind config without deleting the React Native renderer, accessibility layer, or rollback path.