Skip to main content

ReactNativeTesting.io

Learn how to test your React Native app with a combination of unit, component, and end-to-end tests.

Unit Tests

Individual functions and plain JavaScript objects, using Jest.

Component Tests

For React Native components, using React Native Testing Library and jest-native.

End-to-End Tests

Confirm your whole app is working together, using Detox.