You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Android image smoke-test examples and Maestro flows to RNTester (react#57306)
Summary:
Pull Request resolved: react#57306
Adds four Image examples to RNTester plus matching Maestro end-to-end flows, covering image-loading behaviors that previously had little or no RNTester coverage:
- Progressive JPEG (`progressiveRenderingEnabled`)
- `blurRadius` combined with `Image.prefetch` (blur postprocessor over a prefetched bitmap)
- Image caching across a reload of the same URI (via `Image.queryCache`)
- Wide-gamut (Display-P3) vs sRGB and alpha transparency
Each example renders status text (load/error, cache status) with stable testIDs so the Maestro flows can assert behavior; the visual cases also capture screenshots. Progressive JPEG is gated to Android (the prop is Android-only); the rest run on both platforms.
The Display-P3 wide-gamut example references an external sample URL as a stopgap and renders an onLoad/onError status so it degrades gracefully; it should be replaced with a committed asset in a follow-up.
Changelog:
[Internal]
Differential Revision: D109316705
0 commit comments