Chromatic v16.7.0 Update: React Native & Storybook Enhancements
Chromatic, the visual testing platform, released version 16.7.0 on May 4, 2026. This minor update focuses on expanding framework support and refining internal processes, beneficial for QA engineers tracking test automation tools.
Key Changes
This release brings two main enhancements and several internal fixes:
- React Native Build Stage: A significant addition is the new build stage for React Native projects. This allows teams to integrate React Native components directly into their Chromatic visual testing workflows, ensuring visual consistency across mobile and web platforms. (See #1297)
- Generic Storybook Metadata Output: Storybook metadata output has been made generic. This change improves flexibility and compatibility, potentially simplifying integrations with various Storybook configurations and external tools. (See #1311)
- Internal CLI Fixes: Several bug fixes address internal CLI tasks, including migrating
setStorybookInfoto typed inputs/outputs and scaffolding for removingContext. These changes aim to improve the stability and maintainability of the Chromatic CLI. (See #1306, #1302)
Impact for QA Teams
QA engineers working with React Native will find this update particularly valuable, as it streamlines visual regression testing for their mobile components. The generic Storybook metadata output offers greater adaptability for diverse project setups, while internal fixes contribute to a more stable testing environment.
