Testing React Native Apps w/ Jest

Glauber Brack Castro
4 min readMay 17, 2022

Hi, there!

As a mobile developer, I was always concerned about app quality, and the number of unit/component tests in your app will boost its stability.

To make things easier, I built up a repository (check it out) with jest initial configs, so our playground is ready to go. However, read all of the instructions below to fully get what’s going on.

--

--