/react-native-test-app

Simple React Native app with redux-saga, redux-saga-test-plan & react-native-testing-library

Primary LanguageJavaScript

React Native TestApp

This project was bootstraped with react-native init on version 0.60.3 and includes the following libraries:

Installation

  yarn install

Building

  react-native run-ios # for iOS
  react-native run-android # for Android

Running tests

  yarn test
  open coverage/lcov-report/index.html # open coverage report

Running lint

This project uses ESLint with the eslint-config-react-native-community configuration.

  yarn lint

Caveats

  • The test script is running with the --silent flag because of this issue.