Skip to content

Commit 9a89a08

Browse files
authored
docs(jest-native): add deprecation message
1 parent 4248229 commit 9a89a08

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/ecosystem-jest-native.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ expect(queryByTestId('not-empty')).not.toBeEmpty()
3030
> `getByTestId`). Otherwise the `get*` function could throw an error before your
3131
> assertion.
3232
33+
> [!CAUTION]
34+
> **This package is deprecated and is no longer actively maintained.**
35+
>
36+
> We encourage you to migrate to React Native Testing Library, v12.4 or later, which includes modern [built-in Jest matchers](https://callstack.github.io/react-native-testing-library/docs/api/jest-matchers) based on the matchers for this repository.
37+
>
38+
> The migration process should be relatively straightforward, we have a [migration guide](https://callstack.github.io/react-native-testing-library/docs/migration/jest-matchers) available.
39+
40+
3341
Check out
3442
[Jest Native's documentation](https://github.com/testing-library/jest-native)
3543
for a full list of available matchers.

0 commit comments

Comments
 (0)