Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 554 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 554 Bytes

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