Considering freelancing? Check out the contract positions from Toughbyte.

Maintainable tests for React Native Components

You want to write maintainable tests for your React Native components without testing implementation details, but then you're told to use Enzyme, which only supports shallow rendering in React Native environment. And you want to render deep!

In this talk you will learn a new an better way to achieve this!