This project was bootstraped with react-native init
on version 0.60.3
and includes the following libraries:
- redux
- redux-saga
- react-native-testing-library
- redux-saga-test-plan
- react-navigation
- axios
- jest
- eslint-config-react-native-community
yarn install
react-native run-ios # for iOS
react-native run-android # for Android
yarn test
open coverage/lcov-report/index.html # open coverage report
This project uses ESLint with the eslint-config-react-native-community configuration.
yarn lint
- The
test
script is running with the--silent
flag because of this issue.