mediumEngineering Practices#74

Testing React Native components

Prompt

Write a test for a Counter component using React Native Testing Library. Test that pressing the + button increments the displayed count.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code