Skip to content

Files

react-native

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 3, 2024

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.