Is there any way to test React Native for pixel perfect?
Asked Answered
H

1

6

In web I usually use PerfectPixel chrome extension. It allows just cover page with uploaded design, inverse colors, etc.

Any possible ways to test design in React Native?

Handwork answered 16/11, 2016 at 19:48 Comment(5)
Possible duplicate of Automatic screenshot capture of the running android application for app store commitmentMerit
This isnt a duplicate, pixelperfect is a dev tool for making pages match designsTortoni
@inferux-vv Did you find any solution?Tarra
Maybe sounds funny, but i added image of final design with css params: opacity, absolute, z-index and now able to play with elements on the background and make pixel perfect ;)Tarra
medium.com/@shanerudolfworktive/…Neath
T
-1

In React Native, you can achieve design testing similar to PerfectPixel using a custom library I built. The library allows you to overlay a design image on your app for pixel-perfect comparison.

You can find the library here: https://github.com/qvantor/rn-pixel-perfect

Tentation answered 19/9, 2024 at 8:1 Comment(1)
Linky-only answer are not good answers. Please add enough details inside the answer on how to actual use this library and how it solves the issueFelonry

© 2022 - 2025 — McMap. All rights reserved.