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.01k stars 264 forks source link

fix: proper act usage #1592

Closed mdjastrzebski closed 2 months ago

mdjastrzebski commented 2 months ago

Summary

renderWithAct didn't used the right act method. It used the one straight from React Test Renderer, instead of our internal act which has support for global.IS_REACT_ACT_ENVIRONMENT and React 18

Test plan

All test should pass.