Does this library work with React Native too? #388
Unanswered
gabimoncha
asked this question in
Support
Replies: 1 comment
-
Hey @gabrielmoncea! Probably not -- Percy only works with web based platforms (we capture the DOM state and then rerender that DOM in our browsers). We don't have any first-class support for native applications. As a workaround, you could capture screenshots in your native apps E2E tests and then upload those images to Percy using the CLI upload command: https://docs.percy.io/docs/cli-upload |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I searching to implement visual testing for React Native and found that percy.io is a good platform for this.
But I haven't found anything on the docs regarding React Native
Beta Was this translation helpful? Give feedback.
All reactions