react-navigation / react-navigation.github.io

Home of the documentation and other miscellanea
https://reactnavigation.org/
MIT License
309 stars 1.87k forks source link

Remove mention of deprecated 'jest-native' in docs #1335

Open sebastiancarlos opened 3 months ago

sebastiancarlos commented 3 months ago

The following pages contain a reference to jest-native which is deprecated:

The text says: "We recommend using React Native Testing Library along with jest-native to write your tests."

However, jest-native's github repo says that "This package is deprecated and is no longer actively maintained. We encourage you to migrate to React Native Testing Library, v12.4 or later, which includes modern built-in Jest matchers based on the matchers for this repository."