From b2210a53d6b541b4d0a01633f339d1bb727baa76 Mon Sep 17 00:00:00 2001 From: Maciej Jastrzebski Date: Tue, 21 Feb 2023 10:07:09 +0100 Subject: [PATCH] chore: update docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eaef945..1740010 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,9 @@ You can check that an already captured element has not been removed from the ele > **Note**
This matcher requires React Native Testing Library v10.1 or later, as it includes > the `screen` object. +> +> **Note**
If you're using React Native Testing Library v12 or later, you need to install Jest +> Native v5.4.2 or later. #### Examples