New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native Support #109
Comments
Do you mean the node library |
Here's a snippet of the error as reported by Expo:
From what I can tell googling around, although PS - Thanks for the response! I'm poking around a bit more, have some new ideas... |
Still, I never heard of it being installed on devices. I don't want to promote my own module here, but it also uses resemblejs (only a modified version of it) and it compares images of mobile devices (hybrid app / mobile browser) but the idea is the same for ReactNative, see the docs here |
Thanks, but the dependency on Appium sounds complicated. I might just try to roll my own bitwise comparison, or see about replacing the Canvas dependency here with React-Canvas. |
Not my area of expertise. I'll keep the ticket open and mark as a feature request. Happy to review any Pull-Requests. |
I have the same issue, I think resemble is not compatible with react-native. |
Are there any plans for React Native support? It appears the blocker is that Resemble depends on Canvas which depends on fs, which isn't present (AFAIK?) in the react native environment.
The text was updated successfully, but these errors were encountered: