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
- Host: GitHub
- URL: https://github.com/rhildred/tdd-jest-react-native
- Owner: rhildred
- Created: 2018-07-03T16:13:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T20:38:27.000Z (almost 5 years ago)
- Last Synced: 2025-10-07T14:57:56.173Z (10 months ago)
- Language: JavaScript
- Size: 5.15 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### react-native with expo

### wrapped in a normal android app
