For those addicted to Flutter golden tests for entire screens and/or for components (quick visual summary of all of the variants of a design system component).
=> How do you do now on ReactNative ?
For DS components, it's often pointless to unit test by code, 95% of the test was covered by a screenshot :(
I didn't find a lib/tool to help with that (that works crossplatform / headless / on CI). I know that flutter has its own rendering engine, so it's easier..
Only thing I hacked was with Maestro (E2E rendered on a device) with assert/takeScreenshot .. but its bound to a specific device, size, os .. pointless for CI for example.