Skip to content

Latest commit

 

History

History

react-native

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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.