An open API service indexing awesome lists of open source software.

https://github.com/amwebexpert/poc-react-native-with-jest

POC react-native with unit tests - Jest
https://github.com/amwebexpert/poc-react-native-with-jest

Last synced: 11 months ago
JSON representation

POC react-native with unit tests - Jest

Awesome Lists containing this project

README

          

# POC ReactNative unit tests

* Jest
* Testing library

# Setup instructions

- `npm install`
- `pod install --project-directory=ios`

# Execution instructions

- `npx react-native run-android`
- `npx react-native run-ios`
- `npx react-native start`

# Running unit tests

- `npm run test`

References:

* https://stackoverflow.com/questions/50388367/jest-transformignorepatterns-all-node-modules-for-react-native-preset
* https://reactnavigation.org/docs/navigating
* https://docs.swmansion.com/react-native-gesture-handler/docs/#installation