A React Native project built with TDD on my Twitch live stream. Follow along with the building of it by watching the stream recordings.
$ git clone https://github.com/CodingItWrong/react-native-tdd-livestream.git
$ cd react-native-tdd-livestream
$ yarn install
yarn test
will run tests of components and plain JS code.
- In one terminal:
react-native start
(you can use the same instance you use for running in development) - In another terminal:
detox test
yarn lint
- In one terminal:
react-native start
- In another terminal:
react-native run-ios
Apache-2.0