An open API service indexing awesome lists of open source software.

https://github.com/rhildred/tdd-jest-react-native

(trivial) test driven development with react-native es6 and jest
https://github.com/rhildred/tdd-jest-react-native

Last synced: 10 months ago
JSON representation

(trivial) test driven development with react-native es6 and jest

Awesome Lists containing this project

README

          

This is an app that runs on a device using expo and in a browser using react-native-web.

1. `npm install -g yarn` (if you haven't already)
1. navigate to a new folder in your editor and run `git clone https://github.com/rhildred/react-native-todo.git .`
1. `npm install`
1. `yarn web`
1. surf to http://localhost:8080 in your browser to see the code on the web
1. in another window run `exp start` to see your code on your phone using the expo app.

### react-native-web

![the web setup](https://rhildred.github.io/react-native-todo/READMEImages/IMG_20180612_105314152.jpg "the web setup")

### react-native with expo

![the expo setup](https://rhildred.github.io/react-native-todo/READMEImages/IMG_20180612_105337772.jpg "the expo setup")

### wrapped in a normal android app

![the expo setup](https://rhildred.github.io/react-native-todo/READMEImages/IMG_20180612_105349178.jpg "the expo setup")