/MSWDemo

React Native Apollo MSW demo project

Primary LanguageJava

MSW React Native example

An example of using MSW in development

Running

yarn # install deps

react-native run-ios

This will hit the mocked server to get mocked results from the rick and morty API.

Tests

  • you can run the test suite with npm run test