Example of using unmock for testing asynchronous data fetching in a React Native application. See __tests__/App.test.tsx.
This project was created with react-native CLI.
Install dependencies:
yarn
Run tests:
yarn test
To run the app in an Android Virtual Device (AVD), install and start the AVD and run
yarn android