react-native-owl icon indicating copy to clipboard operation
react-native-owl copied to clipboard

Visual regression testing library for React Native that enables developers to introduce visual regression tests to their apps.

Results 36 react-native-owl issues
Sort by recently updated
recently updated
newest added

Hey-hey Thanks for such a promising tool. Installation & setup was pretty easy. Taking & comparing screenshots work flawlessly, but any action that needs element(`press`, `longPress`, `changeText`, `toExist`) matching throws...

Would be really nice to know if this will work with [Storybook](https://github.com/storybookjs/react-native) in the future. Do you have it on the roadmap?

enhancement

- [ ] There's white text on white boxes at http://localhost:3000/ which means I don't see `Take screenshots from your app` at all without highlighting text. _Note_: Interestingly I'm **not**...

documentation

After talking with @formidableamy I think here's our goal: - Production URL is https://formidable.com/open-source/react-native-owl/ - Staging URL is https://formidable-com-react-native-owl-staging-PR_NUMBER.surge.sh/open-source/react-native-owl/ - Localdev URL is https://localhost:3000/open-source/react-native-owl/ We'll plan to use https://github.com/FormidableLabs/formideploy which...

documentation

### Description This PR updates the example app to a more recent version, and fixes an issue that was causing the tests to fail on Android when using RN version...

When running the test, I receive this error ```specified by jest.setTimeout.Timeout - Async callback was not invoked within the 30000 ms timeout specified by jest.setTimeout.Error:``` The first one works. ```...

It's clear from the docs that this works if you build your own app. But what if you really wanna stay in the Expo eco system? Is there an EAS...

### Description This PR sets the **OWL_BUILD** environment variable when building the app using the `owl:build:*` process. The variable can be used to configure the [metro.config.js](#) file to change the...