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

chore: remove stale examples #1608

Closed mdjastrzebski closed 2 months ago

mdjastrzebski commented 2 months ago

Summary

Remove stale examples for Redux Remove stale docs for Redux and React Navigation

Test plan

friederbluemle commented 2 months ago

I think the Redux examples could still be useful, even if "stale". Is there a chance to get the outdated examples updated instead of removed altogether?

mdjastrzebski commented 2 months ago

I definitely would like to have a proper Redux example (as well as examples for other state management solutions). However, the current "example" goes against our recommended testing best practices 🤷‍♂️

@friederbluemle would you be interested in contributing a small Redux setup example for RNTL that could be added to this repo? I offer my guidance and code review.