Skip to content

guvenkaranfil/react-native-tdd-livestream

This branch is up to date with CodingItWrong/react-native-tdd-livestream:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9c2038 · Dec 17, 2018

History

72 Commits
Sep 14, 2018
Dec 17, 2018
Sep 28, 2018
Sep 28, 2018
Sep 28, 2018
Jul 24, 2018
Sep 14, 2018
Sep 14, 2018
Aug 11, 2018
Jul 24, 2018
Jul 24, 2018
Sep 14, 2018
Jul 24, 2018
Sep 30, 2018
Jul 24, 2018
Sep 28, 2018
Aug 3, 2018
Sep 28, 2018
Sep 28, 2018

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

Languages

  • JavaScript 75.3%
  • Objective-C 13.3%
  • Python 5.9%
  • Java 5.5%