We renamed the react-native-testing-library
npm package to @testing-library/react-native
, officially joining the "Testing Library" family 🎉.
Features
- [breaking]: prevent firing events on disabled elements (#460)
- [breaking]: rename
ByPlaceholder
toByPlaceholderText
(#455) - add
getQueriesForElement
alias towithin
(#461)