Testing React Native apps with Jest

How to write unit and e2e tests for React Native apps using Jest in an Nx workspace

Emily Xiong
Published in
5 min readMay 4, 2022

--

In my previous blog, I finally finished writing my awesome Nx React Native App. The app is running fine. Can I just commit my changes and call it a wrap?

No. As a disciplined developer, I know that finishing writing application code is…

--

--