FormidableLabs / react-native-owl

Visual regression testing library for React Native that enables developers to introduce visual regression tests to their apps.
https://formidable.com/open-source/react-native-owl/
MIT License
639 stars 28 forks source link

feat: allow custom threshold #142

Closed robwalkerco closed 1 year ago

robwalkerco commented 1 year ago

Description

Inspired by https://github.com/FormidableLabs/react-native-owl/issues/141 (thanks @ muhammadkhan0009) but with a default value added (to make the default more explicit), type updates and doc updates.

Fixes #140

Type of Change