callstack / react-native-testing-library

🦉 Simple and complete React Native testing utilities that encourage good testing practices.
https://callstack.github.io/react-native-testing-library/
MIT License
3.07k stars 271 forks source link

fix: find by timeout with detached screen #1576

Closed mdjastrzebski closed 6 months ago

mdjastrzebski commented 6 months ago

Summary

Fixes error on access to detached screen object in findBy calls.

Resolves #1572

Test plan