https://github.com/okelm/react-native-listapp
Fetch and list comics from https://xkcd.com/
https://github.com/okelm/react-native-listapp
android ios react-native redux redux-logic tslint typescript
Last synced: 2 months ago
JSON representation
Fetch and list comics from https://xkcd.com/
- Host: GitHub
- URL: https://github.com/okelm/react-native-listapp
- Owner: Okelm
- License: mit
- Created: 2018-03-10T17:14:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T21:32:49.000Z (over 7 years ago)
- Last Synced: 2026-03-28T06:33:07.907Z (3 months ago)
- Topics: android, ios, react-native, redux, redux-logic, tslint, typescript
- Language: TypeScript
- Homepage:
- Size: 254 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-listApp
## About
Scroll through the newest https://xkcd.com/ comics. Tap the list item to see it the fullscreen.
The list is inverted. I'd got used it before I realized it is a bit odd, and so I decided to leave it as-is.
## Building
```
npm i && npm run build
```
## Running
Android:
```
npm run android
```
iOS:
```
npm run ios
```
## Todos
- add error handling to images' download on no internet connection
- reuse cached images to feed both list and detail view
- pinch detail view to zoom in/out
- test reducers, logic and UI