Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 1.03 KB

VISION.md

File metadata and controls

10 lines (5 loc) · 1.03 KB

I want to be able to generate reasonable visual layout snapshots. Because when we get bugs at Artsy, they tend to be layout driven regressions, on iOS this was easy to handle and we made a few libraries to make it feel good.

Moving to React Native gave us the chance to have fast tests that are run out of process, this is really cool. However, high level, pixel-accurate representations of the layouts can only be done on a simulator, meaning they can't be fast. So, this project aims to provide a good enough representation of a React Native tree of components that you can feel some security that making UI changes in one platform does not affect layouts in others.


This project came from this original issue.