Us writing our React Native app at HomeWhen we started writing our React Native app at Home, testing was something we took seriously from day one. While it was easy to setup a proper unit-tests workflow with Jest and Typescript, we figure out end-to-end testing would be more difficult. But this was before discovering Detox. What is end-to-end testingIf I look over the internet and search for defin
