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

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/

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