{"id":25416300,"url":"https://github.com/formidablelabs/react-native-owl","last_synced_at":"2025-05-14T14:09:07.310Z","repository":{"id":37277214,"uuid":"322275600","full_name":"FormidableLabs/react-native-owl","owner":"FormidableLabs","description":"Visual regression testing library for React Native that enables developers to introduce visual regression tests to their apps.","archived":false,"fork":false,"pushed_at":"2025-01-15T16:33:42.000Z","size":34475,"stargazers_count":670,"open_issues_count":25,"forks_count":28,"subscribers_count":41,"default_branch":"main","last_synced_at":"2025-05-06T18:47:52.587Z","etag":null,"topics":["android","ios","javscript","react","react-native","typescript","visual-regression"],"latest_commit_sha":null,"homepage":"https://formidable.com/open-source/react-native-owl/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FormidableLabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.MD","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-17T11:35:00.000Z","updated_at":"2025-04-18T13:20:06.000Z","dependencies_parsed_at":"2025-01-07T19:38:47.854Z","dependency_job_id":"4f4e6865-3440-416b-b551-407228c88c10","html_url":"https://github.com/FormidableLabs/react-native-owl","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Freact-native-owl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Freact-native-owl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Freact-native-owl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FormidableLabs%2Freact-native-owl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FormidableLabs","download_url":"https://codeload.github.com/FormidableLabs/react-native-owl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254160546,"owners_count":22024571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","ios","javscript","react","react-native","typescript","visual-regression"],"created_at":"2025-02-16T16:30:51.964Z","updated_at":"2025-05-14T14:09:02.298Z","avatar_url":"https://github.com/FormidableLabs.png","language":"TypeScript","readme":"[![React Native Owl](https://oss.nearform.com/api/banner?badge=owl\u0026bg=95dd77\u0026text=react+native+owl)](https://commerce.nearform.com/open-source/react-native-owl/)\n\n`react-native-owl` — Visual regression testing for React Native\n\n![Sample of using React Native Owl to generate a visual regression diff](https://raw.githubusercontent.com/FormidableLabs/react-native-owl/main/website/static/images/homepage/mockup-bg.png)\n\n---\n\n[![github][github-image]][github-url] [![npm][npm-image]][npm-url] [![docs][docs-image]][docs-url] [![Maintenance Status][maintenance-image]](#maintenance-status)\n\n## What is React Native Owl?\n\nReact Native Owl is a visual regression testing library for React Native that enables developers to introduce visual regression tests to their apps for iOS and Android. Being heavily inspired by [Detox](https://github.com/wix/Detox), an end-to-end testing and automation framework, this library uses a similar API that makes setting up `react-native-owl` and running the tests locally and on your preferred CI service seamless.\n\nWhile Detox focuses on end-to-end testing in general, React Native Owl focuses on visual regression testing and helping you catch unexpected changes to the visual appearance of your app over time.\n\n### :rocket: [Check out the official documentation for more details!](https://formidable.com/open-source/react-native-owl/)\n\n## Installation\n\n```sh\nyarn add -D react-native-owl\n# or\nnpm install -D react-native-owl\n```\n\n## 📃 [Documentation](https://formidable.com/open-source/react-native-owl/)\n\nThe documentation contains everything you need to know about `react-native-owl`, and contains several sections in order of importance\nwhen you first get started:\n\n- **[Getting started](https://formidable.com/open-source/react-native-owl/docs/introduction/getting-started)** — contains the \"Getting Started\" guide.\n- **[Configuration](https://formidable.com/open-source/react-native-owl/docs/introduction/config-file)** — explains all the configuration options for `react-native-owl`.\n- **[Running on CI](https://formidable.com/open-source/react-native-owl/docs/ci/github-actions)** — example GitHub Action to run react-native-owl on CI.\n\n_You can find the raw markdown files inside this repository's `docs` folder._\n\n## Contributing\n\nPlease see our [contributing guide](./.github/CONTRIBUTING.MD).\n\n## Maintenance Status\n\n**Active:** Formidable is actively working on this project, and we expect to continue work on this project for the foreseeable future. Bug reports, feature requests and pull requests are welcome.\n\n[github-image]: https://github.com/FormidableLabs/react-native-owl/workflows/Run%20Tests/badge.svg\n[github-url]: https://github.com/FormidableLabs/react-native-owl/actions\n[npm-image]: https://img.shields.io/npm/v/react-native-owl\n[npm-url]: https://www.npmjs.com/package/react-native-owl\n[docs-image]: https://img.shields.io/badge/docs-visit%20site-blue\n[docs-url]: https://formidable.com/open-source/react-native-owl/\n[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg?color=brightgreen\u0026style=flat\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformidablelabs%2Freact-native-owl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformidablelabs%2Freact-native-owl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformidablelabs%2Freact-native-owl/lists"}