Skip to content

CodingItWrong/react-native-tdd-livestream

Repository files navigation

react-native-tdd-livestream

A React Native project built with TDD on my Twitch live stream. Follow along with the building of it by watching the stream recordings.

Prerequisites

Installation

$ git clone https://github.com/CodingItWrong/react-native-tdd-livestream.git
$ cd react-native-tdd-livestream
$ yarn install

Testing

Unit Tests

yarn test will run tests of components and plain JS code.

End-to-End Tests

  • In one terminal: react-native start (you can use the same instance you use for running in development)
  • In another terminal: detox test

Linting

yarn lint

Running

  • In one terminal: react-native start
  • In another terminal: react-native run-ios

License

Apache-2.0

About

A React Native project being built with TDD on my Twitch live stream.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published