testing-library / native-testing-library

🐳 Simple and complete React Native testing utilities that encourage good testing practices.
https://native-testing-library.com
MIT License
516 stars 44 forks source link

queryByTitle missing? #144

Closed JanithaR closed 4 years ago

JanithaR commented 4 years ago

The documents talk about a queryByTitle here. Yet when trying to use it I get the error,

TypeError: queryByTitle is not a function

thymikee commented 4 years ago

FYI, this repository is no longer responsible for this package. See the migration guide. In v7, we removed the ByTitle queries, so this is no longer applicable.