Back to Factory Bot

React Native

react-native/README.md

latest2.3 KB
Original Source

React Native

Tooling

Style

Testing

  • Test using React Native Testing Library and Jest
  • Mock API calls in tests using MSW. If using Apollo Client, mock using the built-in MockedProvider
  • Prefer testing on physical devices.
  • Use detox for integration tests.